diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-01-13 09:43:34 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-01-13 09:44:55 +0100 |
commit | 6041adc164f883912262524e0f7f4a2d512db1be (patch) | |
tree | f187578b7f52c3942e916d15f2119ceae25bc157 /.github | |
parent | 408da43657f69dbe74ce66d82abee187a212e358 (diff) | |
download | hugo-6041adc164f883912262524e0f7f4a2d512db1be.tar.gz hugo-6041adc164f883912262524e0f7f4a2d512db1be.zip |
github: Clean up the issue templates a little
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 7 |
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 |