github: Clean up the issue templates a little

This commit is contained in:
Bjørn Erik Pedersen 2022-01-13 09:43:34 +01:00
parent 408da43657
commit 6041adc164
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
2 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,6 @@
--- ---
name: 'Bug report' name: 'Bug report'
labels: 'bug' labels: 'Bug, NeedsTriage'
assignees: '' assignees: ''
about: Create a report to help us improve about: Create a report to help us improve
--- ---

View file

@ -1,8 +1,11 @@
--- ---
name: Proposal name: Proposal
about: Suggest an idea for Hugo about: Propose a new feature for Hugo
title: '' title: ''
labels: 'Proposal' labels: 'Proposal, NeedsTriage'
assignees: '' 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. -->