mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-05 07:01:21 +07:00
Add labels to Github issue templates (#1729)
Add "bug" and "add new feature" so that new issues are automatically tagged with these labels.
This commit is contained in:
parent
0a5aefcdd9
commit
2aeccb8193
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -2,7 +2,7 @@
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -2,7 +2,7 @@
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'add new feature'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user