diff --git a/.github/feature_request.md b/.github/feature_request.md new file mode 100644 index 0000000..5a71fc0 --- /dev/null +++ b/.github/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[feature]" +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. diff --git a/.github/issue-report.md b/.github/issue-report.md new file mode 100644 index 0000000..d0cc546 --- /dev/null +++ b/.github/issue-report.md @@ -0,0 +1,18 @@ +--- +name: Issue report +about: Create a report to help us improve +title: "[issue]" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Nuclei version** +Please share the version of the nuclei you are running with `dnsx -version` + + +**Screenshot of the error or bug** +please add the screenshot showing bug or issue you are facing.