Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/addition.yml
Original file line number Diff line number Diff line change
@@ -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...
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -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...
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/fix.yml
Original file line number Diff line number Diff line change
@@ -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...