Skip to content

Commit f7153a3

Browse files
committed
modfiy the featrue and script issues template
1 parent 2b4a7c0 commit f7153a3

File tree

4 files changed

+74
-36
lines changed

4 files changed

+74
-36
lines changed

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

0 commit comments

Comments
 (0)