Skip to content

Commit 4a7b540

Browse files
committed
More details on the available labels
1 parent 49dc721 commit 4a7b540

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ body:
1111
attributes:
1212
label: "Description"
1313
description: Please enter an explicit description of the issue.
14-
placeholder: Short and explicit description of the incident...
14+
placeholder: |
15+
Short and explicit description of the incident...
16+
If you are able to specify, please also select the appropriate label:
17+
- Bug, if something is technically not working, e.g. not compiling.
18+
- Invalid, if something is technically working but does not seem to yield to correct outcome, e.g. 1+1 is 3.
1519
validations:
1620
required: true
1721
- type: input
@@ -36,6 +40,7 @@ body:
3640
label: "Reproduction Steps"
3741
description: Please enter a step by step description of the issue.
3842
value: |
43+
3944
1. At the interface '....'
4045
2. With Data '....'
4146
3. Execute Operation '....'

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ body:
3535
attributes:
3636
label: "Summary"
3737
description: Please provide a brief explanation of the feature.
38-
placeholder: Describe in a few lines your feature request.
38+
placeholder: |
39+
Describe in a few lines your feature request ...
40+
If you are able to specify, please also select the appropriate label:
41+
- Question, if you would also be fine with more information, on how to address your request, e.g. with a workaround.
42+
- Enhancement, if you are kinda sure your Request is an independent new addition, that could not be achieved otherwise.
3943
validations:
4044
required: true
4145
- type: textarea

0 commit comments

Comments
 (0)