Skip to content

Commit c9d66de

Browse files
authored
Merge pull request #32 from Adez017/dev
added templates for issues
2 parents def36b3 + 67441db commit c9d66de

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
labels: bug
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Describe the bug
8+
description: Describe the bug.
9+
placeholder: >
10+
A clear and concise description of what the bug is.
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: To Reproduce
16+
placeholder: >
17+
Steps to reproduce the behavior:
18+
- type: textarea
19+
attributes:
20+
label: Expected behavior
21+
placeholder: >
22+
A clear and concise description of what you expected to happen.
23+
- type: textarea
24+
attributes:
25+
label: Additional context
26+
placeholder: >
27+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
labels: enhancement
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Is your feature request related to a problem or challenge?
8+
description: Please describe what you are trying to do.
9+
placeholder: >
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
(This section helps developers understand the context and *why* for this feature, in addition to the *what*)
12+
- type: textarea
13+
attributes:
14+
label: Describe the solution you'd like
15+
placeholder: >
16+
A clear and concise description of what you want to happen.
17+
- type: textarea
18+
attributes:
19+
label: Describe alternatives you've considered
20+
placeholder: >
21+
A clear and concise description of any alternative solutions or features you've considered.
22+
- type: textarea
23+
attributes:
24+
label: Additional context
25+
placeholder: >
26+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)