mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
removed default labels in github issues (#825)
This commit is contained in:
parent
213ba9629a
commit
b324f66135
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
|
||||
about: Report a bug to help us improve!
|
||||
title: ''
|
||||
labels: 'bug'
|
||||
labels: ''
|
||||
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: Propose a new feature!
|
||||
title: ''
|
||||
labels: 'enhancement'
|
||||
labels: ''
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue