Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored Jun 18, 2024
1 parent 7451c99 commit b76c471
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ body:
## Bug Report:
- type: textarea
id: repro
attributes:
label: "Description:"
description: "How do you trigger this bug? Please walk us through it step by step."
Expand Down Expand Up @@ -50,7 +49,7 @@ body:
- type: textarea
attributes:
label: "No? Then please copy your experiment flags list twice:"
description: |
placeholder: |
_(with & without the error to compare) Enter `yt.config_.EXPERIMENT_FLAGS`
into the Browser console on YouTube (F12-Key - Or find it in the HTML source(ctrl+U))_
Expand Down Expand Up @@ -101,12 +100,12 @@ body:
Just please check if the issue has already been reported.
If so, you can add different/better words to that report.
[GitHub's issue search](https://github.com/ImprovedTube/ImprovedTube/issues?q=) _(use the link or remove "is:issue is:open" from the search)_
- _(If this was posted before, you can answer/react there to give it your voice and this also move it up in our lists)_
- _If the status is "closed" (=fixed) recently, then the Browser's stores can be updated soon. If it was already closed months or years ago, then it might have appeared again and must be fixed again.)_
- _(If this was posted before, you can answer/react there to give it your voice and this also move it up in our lists)_
- _If the status is "closed" (=fixed) recently, then the Browser's stores can be updated soon. If it was already closed months or years ago, then it might have appeared again and must be fixed again.)_
- type: checkboxes
attributes:
label: "Tested as the only active extension (incognito mode or another browser users):"
label: "Tested as the only active extension? (incognito mode or another browser users):"
options:
- label: "Yes"
- label: "No"
Expand All @@ -119,7 +118,8 @@ body:

- type: input
attributes:
label: "ImprovedTube Version (Written in the Extension header & your Browser's store)"
label: "ImprovedTube Version
placeholde: "(Written in the Extension header & your Browser's store)"
validations:
required: false

Expand Down Expand Up @@ -148,7 +148,6 @@ body:
- type: input
attributes:
label: "OS / Device:"
description: "(Enter your operating system and device details)"
validations:
required: false

Expand Down

0 comments on commit b76c471

Please sign in to comment.