commit 6041adc164f883912262524e0f7f4a2d512db1be
parent 408da43657f69dbe74ce66d82abee187a212e358
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Thu, 13 Jan 2022 09:43:34 +0100
github: Clean up the issue templates a little
Diffstat:
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,6 @@
---
name: 'Bug report'
-labels: 'bug'
+labels: 'Bug, NeedsTriage'
assignees: ''
about: Create a report to help us improve
---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -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