Skip to content

Commit 1995085

Browse files
committed
chore: create issue templates
1 parent c9a4d72 commit 1995085

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: \U0001F41BBug report
2+
3+
description: Please search Github for a similar issue or PR before submitting
4+
5+
labels: ['bug']
6+
7+
body:
8+
- type: textarea
9+
attributes:
10+
label: Describe the bug
11+
description: |
12+
Please describe the bug you're experiencing here.
13+
Please search existing issues first before opening a new one
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: Minimal reproduction of the problem with instructions
19+
description: |
20+
Please explain clearly how to reproduce your problem
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Screenshots
26+
description: |
27+
If applicable, add screenshots to help explain your problem.
28+
validations:
29+
required: false
30+
- type: input
31+
attributes:
32+
label: '@angular/core version'
33+
validations:
34+
required: true
35+
- type: input
36+
attributes:
37+
label: angularx-flatpickr version
38+
validations:
39+
required: true
40+
- type: input
41+
attributes:
42+
label: Browser name and version
43+
validations:
44+
required: true

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: \U0001F680Feature request
2+
3+
description: Suggest an idea for this project
4+
5+
labels: ['enhancement']
6+
7+
body:
8+
- type: textarea
9+
attributes:
10+
label: Is your feature request related to a problem? Please describe
11+
description: |
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
validations:
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Describe the solution you'd like
18+
description: |
19+
A clear and concise description of what you want to happen.
20+
validations:
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: Describe your use case for implementing this feature
25+
description: |
26+
A clear explanation of how you plan to use this feature in your application
27+
validations:
28+
required: false
29+
- type: textarea
30+
attributes:
31+
label: Additional context
32+
description: |
33+
Add any other context or screenshots about the feature request here.
34+
validations:
35+
required: false

0 commit comments

Comments
 (0)