diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 4fe86d5..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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 deleted file mode 100644 index 880c1dc..0000000 --- a/.github/ISSUE_TEMPLATE/removal.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Removal -about: Remove a project. -title: "[REMOVAL]" -labels: '' -assignees: '' - ---- - -Project name: - -Why should it be removed: diff --git a/.github/ISSUE_TEMPLATE/tag_update.md b/.github/ISSUE_TEMPLATE/tag_update.md deleted file mode 100644 index 85d1a10..0000000 --- a/.github/ISSUE_TEMPLATE/tag_update.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Tag update -about: Update tags of projects -title: "[TAG]" -labels: '' -assignees: '' - ---- - -Project name: - -Tag to be added/removed/updated: - -Context: diff --git a/.github/ISSUE_TEMPLATE/🏷️-tag-update.md b/.github/ISSUE_TEMPLATE/🏷️-tag-update.md new file mode 100644 index 0000000..2a6691a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/🏷️-tag-update.md @@ -0,0 +1,14 @@ +--- +name: "\U0001F3F7️ Tag update" +about: Update tags of projects +title: "[TAG]" +labels: '' +assignees: '' + +--- + +**Project name*** + +**Tag to be added/removed/updated** + +**Context** diff --git a/.github/ISSUE_TEMPLATE/submission.md b/.github/ISSUE_TEMPLATE/🔥-submission.md similarity index 50% rename from .github/ISSUE_TEMPLATE/submission.md rename to .github/ISSUE_TEMPLATE/🔥-submission.md index 5fe62cf..cb8b91c 100644 --- a/.github/ISSUE_TEMPLATE/submission.md +++ b/.github/ISSUE_TEMPLATE/🔥-submission.md @@ -1,5 +1,5 @@ --- -name: Submission +name: "\U0001F525 Submission" about: Project submission title: "[ADD]" labels: addition @@ -7,11 +7,13 @@ assignees: '' --- -Project name: +**Project name** -Stars: +**Star count** -Why should this be on the list? +**Describe the project** -Checks: +**Any other context (EX: Why it's special) + +**Checks:** - [ ] Does this project somewhat fit within the guidelines diff --git a/.github/ISSUE_TEMPLATE/🗑️-removal.md b/.github/ISSUE_TEMPLATE/🗑️-removal.md new file mode 100644 index 0000000..ae3fb9e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/🗑️-removal.md @@ -0,0 +1,12 @@ +--- +name: "\U0001F5D1️ Removal" +about: Remove a project. +title: "[REMOVAL]" +labels: remove +assignees: '' + +--- + +**Project Name** + +**Why should it be removed?** diff --git a/.github/ISSUE_TEMPLATE/🪜-feature-request.md b/.github/ISSUE_TEMPLATE/🪜-feature-request.md new file mode 100644 index 0000000..63d8f7b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/🪜-feature-request.md @@ -0,0 +1,14 @@ +--- +name: "\U0001FA9C Feature request" +about: Suggest an idea for this project +title: "[FEATURE]" +labels: feature +assignees: '' + +--- + +**Describe the feature** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/🪲-bug-report.md similarity index 80% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/🪲-bug-report.md index b480bdc..13be81e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/🪲-bug-report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: "\U0001FAB2 Bug report" about: Create a report to help us improve title: "[BUG]" labels: bug @@ -7,7 +7,7 @@ assignees: '' --- -**Describe the bug** +**Describe the issue** A clear and concise description of what the bug is. **Additional context**