.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:
parent
889807ad49
commit
fbcc519795
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
@ -2,7 +2,7 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Toolbox's bug report template
|
about: Toolbox's bug report template
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug
|
labels: 1. Bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
|
@ -2,7 +2,7 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Toolbox's feature request template
|
about: Toolbox's feature request template
|
||||||
title: ''
|
title: ''
|
||||||
labels: feature request
|
labels: 1. Feature request
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue