Skip to content

Commit 1cf9185

Browse files
committed
feature and bug templates
1 parent 35fe19f commit 1cf9185

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
description: "Thank you for reporting a bug!"
2+
name: bug
3+
title: "[SHORT PROBLEM DESCRIPTION]"
4+
labels: issue, needs-testing
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: "## Welcome, please describe your problem below;"
9+
- type: textarea
10+
attributes:
11+
label: problem
12+
value: the long description of your problem
13+
- type: textarea
14+
attributes:
15+
label: reproduction steps
16+
value: |
17+
1.
18+
2.
19+
3.
20+
...
21+
- type: textarea
22+
attributes:
23+
label: "What to do about it?"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
description: "Thank you for your new feature idea!"
2+
name: feature
3+
title: "[SHORT FUNCTIONAL DESCRIPTION]"
4+
labels: new
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: "As a User/Admin/Operator I would like to ..."
9+
value: the long description of your functionality

0 commit comments

Comments
 (0)