Skip to content

Commit 831b4d6

Browse files
Added styles.yml File in GitHub Issue Templates List
1 parent 7abfc81 commit 831b4d6

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/styles.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Style Changing Request
3+
description: Suggest a style designs
4+
title: "[style]: "
5+
labels:
6+
- enhancement
7+
8+
---
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
Thanks for taking the time to fill out this template!
14+
- type: textarea
15+
id: style-idea
16+
attributes:
17+
label: What's the style idea?
18+
placeholder: Add descriptions
19+
value: "We need to improve "
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: screenshots
24+
attributes:
25+
label: Add screenshots
26+
description: Add screenshots to see the demo
27+
placeholder: Add screenshots
28+
value: Add screenshots
29+
- type: checkboxes
30+
id: terms
31+
attributes:
32+
label: Code of Conduct
33+
description: By submitting this issue, you agree to follow our Code of Conduct
34+
options:
35+
- label: I agree to follow this project's Code of Conduct
36+
required: true
37+
- label: I have read the [Contributing
38+
Guidelines](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CONTRIBUTING.md)
39+
required: true
40+
- label: I agree to follow this project's [Code of
41+
Conduct](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CODE_OF_CONDUCT.md)
42+
required: true
43+
- label: I'm a GSSoC'23 contributor
44+
- label: I want to work on this issue

0 commit comments

Comments
 (0)