summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-21 22:35:10 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-21 22:35:10 -0400
commit3ffa437af396407aa647d90bc925fa79e885a83e (patch)
tree9eca531f31aa9b2ebaa520c95e5a131e3576a6ce
parent9600785cf2ebab2b339188fe26160005f6a74405 (diff)
github: remove chore template, fix feature template label
-rw-r--r--.github/ISSUE_TEMPLATE/chore_template.md11
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
2 files changed, 1 insertions, 12 deletions
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: ""
---