Skip to content

Commit c997da6

Browse files
committedJul 1, 2023
forms for open issues bug and new feature
1 parent 82fe326 commit c997da6

File tree

2 files changed

+57
-18
lines changed

2 files changed

+57
-18
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.yml

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: "🐛 Bug report"
2+
description: Report errors or unexpected behavior
3+
labels:
4+
- bug
5+
- needs-triage
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Please make sure to [search for existing issues](https://github.com/maximegris/angular-electron/issues) before filing a new one!
11+
12+
- type: textarea
13+
attributes:
14+
label: Steps to reproduce
15+
description: We highly suggest including a screenshots and a bug report log.
16+
placeholder: |
17+
Tell us the steps required to trigger your bug.
18+
1. Go to '...'
19+
2. Click on '....'
20+
3. Scroll down to '....'
21+
4. See error
22+
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
attributes:
28+
label: ✔️ Expected Behavior
29+
placeholder: A clear and concise description of what you expected to happen.
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
attributes:
35+
label: 🔍 Additional context
36+
description: Add any other context about the problem here.
37+
placeholder: |
38+
OS: [e.g. iOS]
39+
40+
validations:
41+
required: false
+16-18
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
1-
name: "⭐ Feature / enhancement request"
1+
name: "New Feature / Enhancement Request"
22
description: Propose something new.
3-
labels:
3+
labels:
44
- enhancement
5-
- needs-triage
5+
- needs-triage
6+
67
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Please limit one request per issue.
12+
713
- type: textarea
8-
attributes:
14+
attributes:
915
label: Description of the new feature / enhancement
1016
placeholder: |
11-
What is the expected behavior of the proposed feature?
17+
A clear and concise description of what is the expected behavior of the proposed feature?
1218
validations:
1319
required: true
20+
1421
- type: textarea
15-
attributes:
16-
label: Scenario when this would be used?
22+
attributes:
23+
label: Scenario when this would be used?
1724
placeholder: |
1825
What is the scenario this would be used? Why is this important?
1926
validations:
2027
required: true
21-
# - type: textarea
22-
# attributes:
23-
# label: Supporting information
24-
# placeholder: |
25-
# Having additional evidence, data, tweets, blog posts, research, ... anything is extremely helpful. This information provides context to the scenario that may otherwise be lost.
26-
# validations:
27-
# required: false
28-
- type: markdown
29-
attributes:
30-
value: |
31-
Please limit one request per issue.
28+
29+

0 commit comments

Comments
 (0)
Please sign in to comment.