Automatically tag bug report issues

It would be good to add additional issue templates for things like feature requests.

You could also make use of `config.yml` (<https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository>) to make a more guided issue flow.
This commit is contained in:
Daniel Milnes 2022-05-11 22:32:24 +01:00 committed by Andy Ritger
parent f9be5ff55e
commit 8d7f201155

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: 'bug'
assignees: ''
---