Skip to content

Commit

Permalink
Rewrite of 02-bug.yml
Browse files Browse the repository at this point in the history
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 #6
Fix #3
Relates to #4

Signed-off-by: spirillen <[email protected]>
  • Loading branch information
spirillen authored Dec 27, 2024
1 parent 4974261 commit a0b0daa
Showing 1 changed file with 8 additions and 37 deletions.
45 changes: 8 additions & 37 deletions .github/ISSUE_TEMPLATE/02-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand All @@ -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

Expand All @@ -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: |
<details><summary>Screenshot</summary>
</details>
value: |
<details><summary>Screenshot</summary>
</details>
validations:
required: false
Expand All @@ -89,8 +74,6 @@ body:
description: Please describe what you expected to happen.
placeholder: |
I expected that...
value: |
I expected that...
validations:
required: true

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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:
<details><summary>Click to expand</summary>

```
Paste your log file here between the back tics.
```

</details>
value: |
<details><summary>Click to expand</summary>
Expand All @@ -140,4 +111,4 @@ body:
</details>
validations:
required: false
required: false

0 comments on commit a0b0daa

Please sign in to comment.