github: Clean up the issue templates a little
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 13 Jan 2022 08:43:34 +0000 (09:43 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 13 Jan 2022 08:44:55 +0000 (09:44 +0100)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md

index 0117060d4611184ed7a69a07afa463dacbd798b9..250b67a9b947dd0f01e69f8588aa039cc0bc8636 100644 (file)
@@ -1,6 +1,6 @@
 ---
 name: 'Bug report'
-labels: 'bug'
+labels: 'Bug, NeedsTriage'
 assignees: ''
 about: Create a report to help us improve
 ---
index da14802fbf73553465ec33d68a1ec86b57e00580..c114b3d7f7c97c89416f867a0d2b0eb0b07e9230 100644 (file)
@@ -1,8 +1,11 @@
 ---
 name: Proposal
-about: Suggest an idea for Hugo
+about: Propose a new feature for Hugo
 title: ''
-labels: 'Proposal'
+labels: 'Proposal, NeedsTriage'
 assignees: ''
 
 ---
+
+
+<!-- Describe this new feature. Think about if it really belongs in the Hugo core module; you may want to discuss it on https://discourse.gohugo.io/ first.  -->
\ No newline at end of file