You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Documentation.yml
+25-18Lines changed: 25 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,38 @@ title: "[DOCS] <description>"
4
4
labels: ["documentation"]
5
5
body:
6
6
- type: textarea
7
-
id: description
7
+
id: docs_description
8
8
attributes:
9
-
label: Description
10
-
description: A brief description of the question or issue, also include what you tried and what didn't work
9
+
label: "Issue Description"
10
+
description: "Please provide a brief summary of the documentation issue you are experiencing or would like to address."
11
11
validations:
12
12
required: true
13
13
- type: textarea
14
-
id: screenshots
14
+
id: screenshots_examples_docs
15
15
attributes:
16
-
label: Screenshots
17
-
description: Please add screenshots if applicable
18
-
validations:
19
-
required: false
16
+
label: "Screenshots or Examples (if applicable)"
17
+
description: "Please include relevant screenshots or examples to help illustrate the problem."
18
+
20
19
- type: textarea
21
-
id: extrainfo
20
+
id: proposed_solution_docs
22
21
attributes:
23
-
label: Additional information
24
-
description: Is there anything else we should know about this issue?
25
-
validations:
26
-
required: false
22
+
label: "Proposed Solution (optional)"
23
+
description: "If you have a proposed solution for the documentation issue, please provide it here. This can be helpful for speeding up the resolution process."
24
+
27
25
- type: checkboxes
28
-
id: terms
26
+
id: terms_checklist_docs
29
27
attributes:
30
-
label: Code of Conduct
31
-
description: By submitting this issue, you agree to follow our Code of Conduct
28
+
label: "Checklist"
29
+
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CODE_OF_CONDUCT.md)"
32
30
options:
33
-
- label: I agree to follow this project's Code of Conduct
34
-
required: true
31
+
- label: "I have checked the existing [issues](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/issues)"
32
+
required: true
33
+
34
+
- label: "I have read the [Contributing Guidelines](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CONTRIBUTING.md)"
35
+
required: true
36
+
37
+
- label: "I am willing to work on this issue (optional)"
description: Report an issue to help us improve the project.
3
+
title: "[BUG] <description>"
4
+
labels: ["bug"]
5
+
body:
6
+
- type: textarea
7
+
attributes:
8
+
label: Description
9
+
id: description_bug
10
+
description: A brief description of the issue or bug you are facing, also include what you tried and what didn't work.
11
+
validations:
12
+
required: false
13
+
- type: textarea
14
+
attributes:
15
+
label: Screenshots
16
+
id: screenshots_bug
17
+
description: Please add screenshots if applicable
18
+
validations:
19
+
required: false
20
+
- type: textarea
21
+
attributes:
22
+
label: Any additional information?
23
+
id: info_bug
24
+
description: Any additional information or Is there anything we should know about this bug?
25
+
validations:
26
+
required: false
27
+
- type: dropdown
28
+
id: browsers_bug
29
+
attributes:
30
+
label: What browser are you seeing the problem on?
31
+
multiple: true
32
+
options:
33
+
- Firefox
34
+
- Chrome
35
+
- Safari
36
+
- Microsoft Edge
37
+
- Brave
38
+
- Opera
39
+
- Other
40
+
- type: checkboxes
41
+
id: checklist_bug
42
+
attributes:
43
+
label: "Checklist"
44
+
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CODE_OF_CONDUCT.md)"
45
+
options:
46
+
- label: "I have checked the existing [issues](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/issues)"
47
+
required: true
48
+
49
+
- label: "I have read the [Contributing Guidelines](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CONTRIBUTING.md)"
50
+
required: true
51
+
52
+
- label: "I am willing to work on this issue (optional)"
description: Have any new idea or new feature? Please suggest!
3
+
title: "[Feature] <description>"
4
+
labels: ["enhancement"]
5
+
body:
6
+
- type: textarea
7
+
id: description_feature
8
+
attributes:
9
+
label: Description
10
+
description: A clear and concise description of any alternative solution or features you've considered.
11
+
validations:
12
+
required: true
13
+
- type: textarea
14
+
id: screenshots_feature
15
+
attributes:
16
+
label: Screenshots
17
+
description: Please add screenshots if applicable
18
+
validations:
19
+
required: false
20
+
- type: checkboxes
21
+
id: checklist_feature
22
+
attributes:
23
+
label: "Checklist"
24
+
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CODE_OF_CONDUCT.md)"
25
+
options:
26
+
- label: "I have checked the existing [issues](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/issues)"
27
+
required: true
28
+
29
+
- label: "I have read the [Contributing Guidelines](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CONTRIBUTING.md)"
30
+
required: true
31
+
32
+
- label: "I am willing to work on this issue (optional)"
description: Have any new script you wish to add? Please use this!
3
+
title: "[Feat] <description>"
4
+
labels: ["goal: script-addition"]
5
+
body:
6
+
- type: input
7
+
id: aim_script
8
+
attributes:
9
+
label: "AIM"
10
+
description: "A clear and concise description of the aim of your script."
11
+
validations:
12
+
required: true
13
+
- type: textarea
14
+
id: feature_script
15
+
attributes:
16
+
label: "Features"
17
+
description: "Describe all the features of your script"
18
+
validations:
19
+
required: true
20
+
- type: checkboxes
21
+
id: checklist_feature
22
+
attributes:
23
+
label: "Checklist"
24
+
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CODE_OF_CONDUCT.md)"
25
+
options:
26
+
- label: "I have checked the existing [issues](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/issues)"
27
+
required: true
28
+
29
+
- label: "I have read the [Contributing Guidelines](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CONTRIBUTING.md)"
30
+
required: true
31
+
32
+
- label: "I am willing to work on this issue (optional)"
0 commit comments