From 43106a01654bf013cf3001ed27d1e1cf37a3bbc4 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:37:09 +0800 Subject: [PATCH 01/13] added bug report format --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..4df5cf41 --- /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: '' +labels: '' +assignees: '' + +--- + + + +**Describe the bug** + + +**To Reproduce** + + +**Expected behavior** + + +**Screenshots** + + +**Additional context** + + +**Checklist** + + +- [ ] I have read through the the template and have filled in them in for the bug report. +- [ ] I am opening this issue to later refer it in a pull request. \ No newline at end of file From 5a7236b029448fbd3d60127c02fd4cba3311afb4 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:59:42 +0800 Subject: [PATCH 02/13] added bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4df5cf41..a2679fbd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,5 +27,5 @@ assignees: '' **Checklist** -- [ ] I have read through the the template and have filled in them in for the bug report. -- [ ] I am opening this issue to later refer it in a pull request. \ No newline at end of file +- [ ] I have read through and filled in the template. +- [ ] I intend to refer to this issue in a pull request that I wil open later. \ No newline at end of file From 0186f5f5e484ea9f749da04b7de871000c93b1d5 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:01:46 +0800 Subject: [PATCH 03/13] added feature request --- .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..862599f8 --- /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: '' +labels: '' +assignees: '' + +--- + + + +**Describe the missing feature** + + +**Additional context** + + +**Checklist** + + +- [ ] I have read through and filled in the template. +- [ ] I intend to refer to this issue in a pull request that I wil open later. \ No newline at end of file From bc6ec06b883f432f87ebafe01efc22791302242d Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:02:57 +0800 Subject: [PATCH 04/13] added pull request template --- .../ISSUE_TEMPLATE/pull_request_template.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..78faef0f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -0,0 +1,21 @@ +--- +name: Feature report +about: Create a feature report to improve SecLists +title: '' +labels: '' +assignees: '' + +--- + + + +**Describe the added commits** + + +**Additional context** + + +**Checklist** + + +- [ ] I have read through and filled in the template. \ No newline at end of file From 2228e4f04bcd63d62730e3693db822c16894a778 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:07:15 +0800 Subject: [PATCH 05/13] typo fix --- .github/ISSUE_TEMPLATE/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md index 78faef0f..bb1fc898 100644 --- a/.github/ISSUE_TEMPLATE/pull_request_template.md +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -1,6 +1,6 @@ --- -name: Feature report -about: Create a feature report to improve SecLists +name: Pull request +about: Create a pull request to improve SecLists title: '' labels: '' assignees: '' From 8641f20be7a0ca645994bfafbe19637ad6d97222 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:09:41 +0800 Subject: [PATCH 06/13] added line about sources --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a2679fbd..cb351731 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,7 +22,8 @@ assignees: '' **Additional context** - + **Checklist** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 862599f8..0fef6492 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -13,7 +13,8 @@ assignees: '' **Additional context** - + **Checklist** From 42efae634fda48731ea292cd3dc753a2b2222cf6 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:10:37 +0800 Subject: [PATCH 07/13] added text about tagging issues --- .github/ISSUE_TEMPLATE/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md index bb1fc898..36fe0fa9 100644 --- a/.github/ISSUE_TEMPLATE/pull_request_template.md +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -13,7 +13,8 @@ assignees: '' **Additional context** - + **Checklist** From b2c4f9be14278684e7db5d61e3bc6a009edfd7c5 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:02:43 +0800 Subject: [PATCH 08/13] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cb351731..b246d143 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,5 +28,4 @@ If you have any sources please add them here --> **Checklist** -- [ ] I have read through and filled in the template. - [ ] I intend to refer to this issue in a pull request that I wil open later. \ No newline at end of file From 9df54d22ecd89bf00dbb44a84e049f121d33b89f Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:03:01 +0800 Subject: [PATCH 09/13] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0fef6492..13e74923 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -19,5 +19,4 @@ If you have any sources please add them here --> **Checklist** -- [ ] I have read through and filled in the template. - [ ] I intend to refer to this issue in a pull request that I wil open later. \ No newline at end of file From 87886a3f69d96b3a926cea34e2b7f6fd8e2f1e87 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:03:20 +0800 Subject: [PATCH 10/13] Update pull_request_template.md --- .github/ISSUE_TEMPLATE/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md index 36fe0fa9..ab5f325b 100644 --- a/.github/ISSUE_TEMPLATE/pull_request_template.md +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -15,8 +15,3 @@ assignees: '' **Additional context** - -**Checklist** - - -- [ ] I have read through and filled in the template. \ No newline at end of file From 815b50c793dcfe2a012d040ee0a21976b5bdf8c8 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Wed, 14 Feb 2024 04:02:54 +0000 Subject: [PATCH 11/13] Added questions template and more --- .github/ISSUE_TEMPLATE/bug_report.md | 18 +++++++++--------- .github/ISSUE_TEMPLATE/feature_request.md | 12 ++++++------ .../ISSUE_TEMPLATE/pull_request_template.md | 18 ++++++++++++------ .github/ISSUE_TEMPLATE/question.md | 17 +++++++++++++++++ 4 files changed, 44 insertions(+), 21 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/question.md 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** + + From ac7a8786a4edff4fd3dada54b3d160bbe7dec81d Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Wed, 14 Feb 2024 04:17:48 +0000 Subject: [PATCH 12/13] moved pr templates --- .../pull_request.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ISSUE_TEMPLATE/pull_request_template.md => PULL_REQUEST_TEMPLATE/pull_request.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request.md From 6977fffa57bc26636e3da30f6b2e57eda968f3df Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Wed, 14 Feb 2024 04:40:59 +0000 Subject: [PATCH 13/13] Final draft for question template --- .github/ISSUE_TEMPLATE/question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index bc0ba6cb..bfec9102 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: 'Question' -about: 'Ask a question about the project' +about: 'Ask a question about SecLists' title: '[Question]: TITLE' labels: 'question' assignees: ''