From 2b89bddf0f7f4a4adb1e8f4c509ceb783afe7792 Mon Sep 17 00:00:00 2001 From: Erwan Date: Mon, 29 Apr 2019 15:17:39 +0200 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..1ee7c6f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Before submitting an issue, please make sure you fully read any potential error messages output and did some research on your own. + +### Subject of the issue +Describe your issue here. + +### Your environment +* Version of WPScan: +* Version of Ruby: +* Operating System (OS): + +### Steps to reproduce +Tell us how to reproduce this issue. + +### Expected behavior +Tell us what should happen. + +### Actual behavior +Tell us what happens instead. + +### What have you already tried +Tell us what you have already tried to do to fix the issue you are having. + +Things you have tried (where relevant): + +* Update WPScan to the latest version [ ] +* Update Ruby to the latest version [ ] +* Ensure you can reach the target site using cURL [ ] +* Proxied WPScan through a HTTP proxy to view the raw traffic [ ] +* Ensure you are using a supported Operating System (Linux and macOS) [ ] diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..48d5f81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +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. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 100029b6408558d5f51b9585aec2c0a9a3caa7cf Mon Sep 17 00:00:00 2001 From: Erwan Date: Mon, 29 Apr 2019 15:18:10 +0200 Subject: [PATCH 2/4] Delete old issue template --- .github/ISSUE_TEMPLATE.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 3be0fa9e..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ -### Subject of the issue -Describe your issue here. - -### Your environment -* Version of WPScan: -* Version of Ruby: -* Operating System (OS): - -### Steps to reproduce -Tell us how to reproduce this issue. - -### Expected behavior -Tell us what should happen. - -### Actual behavior -Tell us what happens instead. - -### What have you already tried -Tell us what you have already tried to do to fix the issue you are having. - -Things you have tried (where relevant): - -* Update WPScan to the latest version [ ] -* Update Ruby to the latest version [ ] -* Ensure you can reach the target site using cURL [ ] -* Proxied WPScan through a HTTP proxy to view the raw traffic [ ] -* Ensure you are using a supported Operating System (Linux and macOS) [ ] \ No newline at end of file From f7665b460e3897b7f27f068cd3767cd1e7a07fb9 Mon Sep 17 00:00:00 2001 From: Erwan Date: Mon, 29 Apr 2019 15:20:44 +0200 Subject: [PATCH 3/4] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 4 ++-- .github/ISSUE_TEMPLATE/other-issue.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/other-issue.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81f..56e490db 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,10 +1,10 @@ --- name: Custom issue template -about: Describe this issue template's purpose here. +about: '' title: '' labels: '' assignees: '' --- - +Before submitting an issue, please make sure you fully read any potential error messages output and did some research on your own. diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md new file mode 100644 index 00000000..6c83bfaa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -0,0 +1,10 @@ +--- +name: Other Issue +about: Create a report which is not a related to a Bug or Feature +title: '' +labels: '' +assignees: '' + +--- + +Before submitting an issue, please make sure you fully read any potential error messages output and did some research on your own. From b0f9a0b18f9633647aec84dc742fb8bcdcfdc846 Mon Sep 17 00:00:00 2001 From: Erwan Date: Mon, 29 Apr 2019 15:24:22 +0200 Subject: [PATCH 4/4] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 56e490db..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: '' -title: '' -labels: '' -assignees: '' - ---- - -Before submitting an issue, please make sure you fully read any potential error messages output and did some research on your own.