diff --git a/.github/PULL_REQUEST_TEMPLATE/addition.yml b/.github/PULL_REQUEST_TEMPLATE/addition.yml new file mode 100644 index 00000000..7ab6d291 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/addition.yml @@ -0,0 +1,19 @@ +name: Addition Pull Request +description: Suggest a new article. +title: "[ADDITION] " +body: + - type: markdown + attributes: + value: "# PLEASE READ THE [ARTICLE STANDARTS](https://github.com/FunkinCrew/code-cookbook/blob/master/authoring.md) BEFORE OPENING PULL REQUESTS!" + + - type: textarea + attributes: + label: What does this pull request add? + placeholder: Describe your additions here... + validations: + required: true + + - type: textarea + attributes: + label: Screenshots/Videos + placeholder: Demonstrate your additions here... \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/enhancement.yml b/.github/PULL_REQUEST_TEMPLATE/enhancement.yml new file mode 100644 index 00000000..cebe89c9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/enhancement.yml @@ -0,0 +1,19 @@ +name: Enhancement Pull Request +description: Add improvements/new information to an existing article. +title: "[ENHANCEMENT] " +body: + - type: markdown + attributes: + value: "# PLEASE READ THE [ARTICLE STANDARTS](https://github.com/FunkinCrew/code-cookbook/blob/master/authoring.md) BEFORE OPENING PULL REQUESTS!" + + - type: textarea + attributes: + label: What does this pull request add? + placeholder: Describe your enhancements here... + validations: + required: true + + - type: textarea + attributes: + label: Screenshots/Videos + placeholder: Demonstrate your enhancements here... \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/fix.yml b/.github/PULL_REQUEST_TEMPLATE/fix.yml new file mode 100644 index 00000000..d5817359 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/fix.yml @@ -0,0 +1,19 @@ +name: Fix Pull Request +description: Correct typos/formatting issues/inaccurate information that may be present in the articles. +title: "[FIX] " +body: + - type: markdown + attributes: + value: "# PLEASE READ THE [ARTICLE STANDARTS](https://github.com/FunkinCrew/code-cookbook/blob/master/authoring.md) BEFORE OPENING PULL REQUESTS!" + + - type: textarea + attributes: + label: What does this pull request fix? + placeholder: Describe your fixes here... + validations: + required: true + + - type: textarea + attributes: + label: Screenshots/Videos + placeholder: Demonstrate your fixes here... \ No newline at end of file