diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b246d143..4db0e4f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- -name: Bug report -about: Create a bug report to improve SecLists -title: '' -labels: '' +name: 'Bug report' +about: 'Create a bug report to improve SecLists' +title: '[Bug report]: TITLE' +labels: 'bug' assignees: '' --- @@ -10,20 +10,20 @@ assignees: '' **Describe the bug** - + **To Reproduce** - + **Expected behavior** - + **Screenshots** **Additional context** - + **Checklist** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 13e74923..880873a1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- name: Feature request -about: Suggest a feature/wordlist to be added to SecLists -title: '' -labels: '' +about: 'Suggest a feature/wordlist to be added to SecLists' +title: '[Feature request]: TITLE' +labels: 'proposal' assignees: '' --- @@ -13,10 +13,10 @@ assignees: '' **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/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md index ab5f325b..8a852f1c 100644 --- a/.github/ISSUE_TEMPLATE/pull_request_template.md +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -1,8 +1,8 @@ --- -name: Pull request -about: Create a pull request to improve SecLists -title: '' -labels: '' +name: 'Pull request' +about: 'Create a pull request to improve SecLists' +title: '[Pull request]: TITLE' +labels: 'enhancement' assignees: '' --- @@ -12,6 +12,12 @@ assignees: '' **Describe the added commits** +**Purpose of pull request** + + +**Source** + + **Additional context** - + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..bc0ba6cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,17 @@ +--- +name: 'Question' +about: 'Ask a question about the project' +title: '[Question]: TITLE' +labels: 'question' +assignees: '' + +--- + + + +**Describe the question/problem** + + +**Additional context** + +