Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-13 11:43:34 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-13 11:44:55 +0300
commit6041adc164f883912262524e0f7f4a2d512db1be (patch)
treef187578b7f52c3942e916d15f2119ceae25bc157 /.github
parent408da43657f69dbe74ce66d82abee187a212e358 (diff)
github: Clean up the issue templates a little
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md7
2 files changed, 6 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 0117060d4..250b67a9b 100644
--- 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
index da14802fb..c114b3d7f 100644
--- 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