Docs: Update title in bug_report.md and feature-request.md templates
This commit is contained in:
parent
eb0027e7e5
commit
b13799d9ec
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
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Report a new and clearly identified bug that must be fixed directly in the application
|
||||
title: 'Category: Clear and concise title'
|
||||
title: 'Category: Clear and concise title (PLEASE CHANGE)'
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Feature Request
|
||||
about: Suggest a new feature or improvement
|
||||
title: 'Category: Short Description'
|
||||
title: 'Category: Short Description (PLEASE CHANGE)'
|
||||
labels: idea
|
||||
assignees: ''
|
||||
|
||||
|
|
Loading…
Reference in a new issue