.github: Update issue templates

Recently the issue labels were updated. The templates need to be updated
to auto-set labels correctly.

https://github.com/containers/toolbox/pull/711
This commit is contained in:
Ondřej Míchal 2021-02-25 11:28:37 +01:00
parent 889807ad49
commit fbcc519795
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name: Bug report
about: Toolbox's bug report template
title: ''
labels: bug
labels: 1. Bug
assignees: ''
---

View file

@ -2,7 +2,7 @@
name: Feature request
about: Toolbox's feature request template
title: ''
labels: feature request
labels: 1. Feature request
assignees: ''
---