mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Categorized issue types under "types:"
Based on feedback from https://github.com/e107inc/e107/issues/4054#issuecomment-571527342
This commit is contained in:
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: Create a report for a problem that shouldn't be happening
|
about: Create a report for a problem that shouldn't be happening
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug
|
labels: 'type: 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: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: enhancement
|
labels: 'type: enhancement'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
7
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
7
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
@@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Question
|
name: Question
|
||||||
about: Ask about behavior that you can't find documented anywhere
|
about: Ask about behavior that you can't find documented anywhere
|
||||||
title: ''
|
title: ''
|
||||||
labels: question
|
labels: 'type: question'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- If you know that something isn't working the way it should, -->
|
<!-- If you know that something isn't working the way it should, -->
|
||||||
@@ -25,4 +26,4 @@ Where did you look to try to find the answer to your question?
|
|||||||
We need to know this so that we can put the appropriate documentation in an intuitive place.
|
We need to know this so that we can put the appropriate documentation in an intuitive place.
|
||||||
|
|
||||||
## Additional Context
|
## Additional Context
|
||||||
Add any other context or screenshots about the question here.
|
Add any other context or screenshots about the question here.
|
||||||
|
Reference in New Issue
Block a user