diff --git a/.github/ISSUE_TEMPLATE/blank.md b/.github/ISSUE_TEMPLATE/blank.md new file mode 100644 index 0000000..641c191 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank.md @@ -0,0 +1,10 @@ +--- +name: Blank +about: Clean slate. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b480bdc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,14 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..4fe86d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/removal.md b/.github/ISSUE_TEMPLATE/removal.md new file mode 100644 index 0000000..880c1dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/removal.md @@ -0,0 +1,12 @@ +--- +name: Removal +about: Remove a project. +title: "[REMOVAL]" +labels: '' +assignees: '' + +--- + +Project name: + +Why should it be removed: diff --git a/.github/ISSUE_TEMPLATE/submission.md b/.github/ISSUE_TEMPLATE/submission.md new file mode 100644 index 0000000..5fe62cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/submission.md @@ -0,0 +1,17 @@ +--- +name: Submission +about: Project submission +title: "[ADD]" +labels: addition +assignees: '' + +--- + +Project name: + +Stars: + +Why should this be on the list? + +Checks: +- [ ] Does this project somewhat fit within the guidelines diff --git a/.github/ISSUE_TEMPLATE/tag-update.md b/.github/ISSUE_TEMPLATE/tag-update.md new file mode 100644 index 0000000..85d1a10 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tag-update.md @@ -0,0 +1,14 @@ +--- +name: Tag update +about: Update tags of projects +title: "[TAG]" +labels: '' +assignees: '' + +--- + +Project name: + +Tag to be added/removed/updated: + +Context: