diff --git a/.github/ISSUE_TEMPLATE/chore_template.md b/.github/ISSUE_TEMPLATE/chore_template.md deleted file mode 100644 index 7a636584..00000000 --- a/.github/ISSUE_TEMPLATE/chore_template.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Chore template -about: For tasks that aren't really features or bugs. More for me to work with in terms of organizing on GitHub. -title: "" -labels: "chore" -assignees: "" ---- - -## Describe the chore - -_What is it that needs to be done? If relevant, say why:_ diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 916dfaf4..31cc7191 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Got a good idea that hasn't already been mentioned? Suggest it! title: "" -labels: "enhancement" +labels: "feature" assignees: "" ---