Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite of 02-bug.yml #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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