From a0b0daa0ea8179b5716a499849697f0e1d5bda1d Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:29:35 +0000 Subject: [PATCH] Rewrite of 02-bug.yml With this rewrite, all annoyances have been removed = enhanced the template, as users no longer have to settle with double typing as they had to mark and delete all fields before they could add there contribution. This means we might have and continues to loose reports until this is solved. This MR also fixing the following issue Closes https://github.com/Phishing-Database/.github/issues/6 Fix https://github.com/Phishing-Database/.github/issues/3 Relates to https://github.com/Phishing-Database/.github/issues/4 Signed-off-by: spirillen <44526987+spirillen@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/02-bug.yml | 45 ++++++------------------------- 1 file changed, 8 insertions(+), 37 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02-bug.yml b/.github/ISSUE_TEMPLATE/02-bug.yml index 301a001..eeb58c1 100644 --- a/.github/ISSUE_TEMPLATE/02-bug.yml +++ b/.github/ISSUE_TEMPLATE/02-bug.yml @@ -12,10 +12,7 @@ body: - type: markdown attributes: value: |+ - Thanks for taking the time to fill out this false positive report! - - We understand that this can be frustrating, confusing, embarrassing, time consuming, and even painful for many webmasters, developers, user and websites or services owners. - Please be patient and rest assured that we one of our team members will address your issue as soon as possible. Please be sure to provide as much information as possible to help us understand the issue. + Thanks for taking the time to fill out this bug report! All issues are welcome, but please be aware that: - We are a small team and may not be able to respond immediately. @@ -35,8 +32,6 @@ body: description: Please describe the problem you are experiencing. placeholder: | I am experiencing a problem where... - value: | - I am experiencing a problem where... validations: required: true @@ -45,20 +40,13 @@ body: attributes: label: How can we reproduce the problem? description: Please describe how we can reproduce the problem. - placeholder: | - To reproduce the problem: - - 1. - 2. - 3. - 4. value: | To reproduce the problem: - 1. - 2. - 3. - 4. + 1. + 2. + 3. + 4. validations: required: false @@ -69,15 +57,12 @@ body: description: | If applicable to the problem, please provide some screenshots to help explain the problem. - Please note that there need to be at least one blank line separating before and after the image line. + Please note that there need to be at least one blank line, separating before and after the image line. To add an image, use the following code: `![Screenshot of Bug](https://example.com/path/to/image.png)` - placeholder: | + value: |
Screenshot -
- value: | -
Screenshot
validations: required: false @@ -89,8 +74,6 @@ body: description: Please describe what you expected to happen. placeholder: | I expected that... - value: | - I expected that... validations: required: true @@ -101,8 +84,6 @@ body: description: Please describe if there is a workaround. placeholder: | I found a workaround... - value: | - I found a workaround... validations: required: false @@ -113,8 +94,6 @@ body: description: Please provide any additional context related to the problem. placeholder: | I would like to add... - value: | - I would like to add... validations: required: false @@ -123,14 +102,6 @@ body: attributes: label: Log information description: If you have a log file, please paste it here to help trace the issue. - placeholder: -
Click to expand - - ``` - Paste your log file here between the back tics. - ``` - -
value: |
Click to expand @@ -140,4 +111,4 @@ body:
validations: - required: false \ No newline at end of file + required: false