1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +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:
Nick L
2020-01-07 21:15:38 +01:00
committed by GitHub
parent 530914f631
commit 08b9041039
3 changed files with 6 additions and 5 deletions

View File

@@ -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: ''
--- ---

View File

@@ -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: ''
--- ---

View File

@@ -2,8 +2,9 @@
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, -->