diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..4db0e4f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: 'Bug report' +about: 'Create a bug report to improve SecLists' +title: '[Bug report]: TITLE' +labels: 'bug' +assignees: '' + +--- + + + +**Describe the bug** + + +**To Reproduce** + + +**Expected behavior** + + +**Screenshots** + + +**Additional context** + + +**Checklist** + + +- [ ] I intend to refer to this issue in a pull request that I wil open later. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..880873a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: 'Suggest a feature/wordlist to be added to SecLists' +title: '[Feature request]: TITLE' +labels: 'proposal' +assignees: '' + +--- + + + +**Describe the missing feature** + + +**Additional context** + + +**Checklist** + + +- [ ] I intend to refer to this issue in a pull request that I wil open later. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..bfec9102 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,17 @@ +--- +name: 'Question' +about: 'Ask a question about SecLists' +title: '[Question]: TITLE' +labels: 'question' +assignees: '' + +--- + + + +**Describe the question/problem** + + +**Additional context** + + diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 00000000..8a852f1c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -0,0 +1,23 @@ +--- +name: 'Pull request' +about: 'Create a pull request to improve SecLists' +title: '[Pull request]: TITLE' +labels: 'enhancement' +assignees: '' + +--- + + + +**Describe the added commits** + + +**Purpose of pull request** + + +**Source** + + +**Additional context** +