diff --git a/.github/ISSUE_TEMPLATE/add-tool-and-change-information.md b/.github/ISSUE_TEMPLATE/add-tool-and-change-information.md deleted file mode 100644 index b5d8baf..0000000 --- a/.github/ISSUE_TEMPLATE/add-tool-and-change-information.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Add tool and Change information -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index c8f1798..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Env** -e.g OS, Version... etc... diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 4b2e2cb..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: feature request -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 6372895..0000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Question -about: If you have any questions, ask. -title: '' -labels: question -assignees: '' - ---- - - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7e24c5..569a9d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ platform: - zap # zap addon - burpsuite # burpsuite addon # If supported crossplatform, you write out all three (linux/macos/windows) -lang: [] # go / python / ruby / rust / etc... +lang: # go / python / ruby / rust / etc... tags: [] # xss / sqli / ssrf / oast / etc... ```