Skip to content

Commit 7e6c12a

Browse files
Merge pull request #1888 from parasss19/Issue-Temp
modify issue template
2 parents 319fe87 + f3fe21e commit 7e6c12a

File tree

6 files changed

+162
-74
lines changed

6 files changed

+162
-74
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
name: 🐛 Bug Report
2+
description: Report a bug report
3+
title: '[Bug]: '
4+
labels: ['🔧 goal: fix']
5+
body:
6+
- type: textarea
7+
id: what-happened
8+
attributes:
9+
label: Describe the bug
10+
placeholder: A clear and concise description of what the bug is.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: steps-to-reproduce
15+
attributes:
16+
label: Steps to reproduce the behavior
17+
placeholder: |
18+
1. Go to '...'
19+
2. Click on '....'
20+
3. Scroll down to '....'
21+
4. See error
22+
validations:
23+
required: false
24+
- type: textarea
25+
id: expected-behaviour
26+
attributes:
27+
label: Expected behavior
28+
placeholder: A clear and concise description of what you expected to happen.
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: screenshots
33+
attributes:
34+
label: Screenshots
35+
placeholder: If applicable, add screenshots to help explain your problem.
36+
validations:
37+
required: false
38+
- type: dropdown
39+
id: device
40+
attributes:
41+
label: Device?
42+
multiple: true
43+
options:
44+
- Desktop
45+
- Mobile
46+
- type: dropdown
47+
id: operating-system
48+
attributes:
49+
label: Which OS are affected?
50+
multiple: true
51+
options:
52+
- Mac
53+
- Windows
54+
- Linux
55+
- type: textarea
56+
id: version
57+
attributes:
58+
label: Enter the version of your web browser
59+
placeholder: Version
60+
validations:
61+
required: true
62+
- type: dropdown
63+
id: browsers
64+
attributes:
65+
label: Which browsers are affected?
66+
multiple: true
67+
options:
68+
- Firefox
69+
- Chrome
70+
- Safari
71+
- Microsoft Edge
72+
- Brave
73+
- Other
74+
- type: textarea
75+
id: additional-info
76+
attributes:
77+
label: Additional context
78+
placeholder: Add any other context about the problem here.
79+
validations:
80+
required: false
81+
- type: checkboxes
82+
id: terms
83+
attributes:
84+
label: 'Record'
85+
options:
86+
- label: I agree to follow this project's Code of Conduct
87+
required: true
88+
- label: I'm a GSSoC'23 contributor
89+
- label: I want to work on this issue

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: ✨ Feature Request
2+
description: Suggest a feature request
3+
title: '[Feat]: '
4+
labels: ['⭐ goal: addition']
5+
body:
6+
- type: textarea
7+
id: what-feature
8+
attributes:
9+
label: Is your feature request related to a problem? Please describe.
10+
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: solution
15+
attributes:
16+
label: Describe the solution you'd like.
17+
placeholder: A clear and concise description of what you want to happen.
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: alternatives
22+
attributes:
23+
label: Describe alternatives you've considered.
24+
placeholder: A clear and concise description of any alternative solutions or features you've considered.
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: screenshots
29+
attributes:
30+
label: Show us the magic with screenshots
31+
placeholder: Attach screenshots to visualize your idea
32+
validations:
33+
required: false
34+
- type: checkboxes
35+
id: terms
36+
attributes:
37+
label: 'Record'
38+
options:
39+
- label: I agree to follow this project's Code of Conduct
40+
required: true
41+
- label: I'm a GSSoC'23 contributor
42+
- label: I want to work on this issue
43+

.github/ISSUE_TEMPLATE/script-addition.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: ✨ Script Addition
2+
description: Describe this Script you want to add
3+
title: '[Script]: '
4+
labels: ['⭐ goal: Script-addition']
5+
body:
6+
- type: textarea
7+
id: Aim
8+
attributes:
9+
label: Aim
10+
placeholder: What is the objective of the Script
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: Details
15+
attributes:
16+
label: Details
17+
placeholder: What the features will your script have
18+
validations:
19+
required: true
20+
- type: checkboxes
21+
id: terms
22+
attributes:
23+
label: 'Record'
24+
options:
25+
- label: I agree to follow this project's Code of Conduct
26+
required: true
27+
- label: I'm a GSSoC'23 contributor
28+
- label: I want to work on this issue
29+
30+

0 commit comments

Comments
 (0)