Skip to content

Commit 6accbaf

Browse files
Merge branch 'avinashkranjan:master' into hack_pr_assign
2 parents 50efd4c + 9cdfb44 commit 6accbaf

151 files changed

Lines changed: 13000 additions & 6740 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/Documentation.yml

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,38 @@ title: "[DOCS] <description>"
44
labels: ["documentation"]
55
body:
66
- type: textarea
7-
id: description
7+
id: docs_description
88
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."
1111
validations:
1212
required: true
1313
- type: textarea
14-
id: screenshots
14+
id: screenshots_examples_docs
1515
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+
2019
- type: textarea
21-
id: extrainfo
20+
id: proposed_solution_docs
2221
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+
2725
- type: checkboxes
28-
id: terms
26+
id: terms_checklist_docs
2927
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)"
3230
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)"
38+
required: false
39+
40+
- label: "I am a GSSoC'23 contributor"
41+
required: false

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: ​🐞 Bug
2+
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)"
53+
required: false
54+
55+
- label: "I am a GSSoC'23 contributor"
56+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 42 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Feature Request 💡
2+
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)"
33+
required: false
34+
35+
- label: "I am a GSSoC'23 contributor"
36+
required: false

.github/ISSUE_TEMPLATE/feature_request.md

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

.github/ISSUE_TEMPLATE/script-addition.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Feature Request 💡
2+
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)"
33+
required: false
34+
35+
- label: "I am a GSSoC'23 contributor"
36+
required: false

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'npm'
4-
directory: '/'
3+
- package-ecosystem: "npm"
4+
labels:
5+
- 📦 dependencies
6+
directory: "/"
7+
commit-message:
8+
prefix: "chore(deps)"
59
schedule:
6-
interval: 'daily'
10+
interval: "daily"

.github/workflows/black.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Linting with black
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
7+
black-linting:
8+
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
13+
- uses: actions/checkout@v3
14+
15+
- uses: psf/black@stable

0 commit comments

Comments
 (0)