Skip to content

Commit 5c0e0ce

Browse files
authored
Merge pull request #18 from Adez017/main
Added issues templates
2 parents 567f38b + e9a7fb0 commit 5c0e0ce

3 files changed

Lines changed: 56 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)