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 a994622 commit 83fcea4
Showing 1 changed file with 39 additions and 23 deletions.
62 changes: 39 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ body:
value: |
## Bug Report:
- type: input
attributes:
label: "Description:"
placeholder: "(Clear/concise). Screenshot/Video welcome! (Upload below)"
validations:
required: true
- type: textarea
id: repro
attributes:
label: "Description:"
description: "How do you trigger this bug? Please walk us through it step by step."
placeholder: |
"(Clear/concise)."
"Screenshot/Video welcome! (Upload by drag & drop)"
validations:
required: true

- type: input
attributes:
Expand All @@ -34,16 +38,19 @@ body:
validations:
required: true

- type: conditional
conditions:
- attribute: "**Does the bug still happen when you log out of YouTube?**"
value: No
body:
- type: textarea
attributes:
label: "**Then please copy your experiment flags list twice:**"
validations:
required: true
- type: checkboxes
attributes:
label: "Does the bug still happen when you log out of YouTube?"
options:
- label: "Yes"
- label: "No"
validations:
required: true

- type: textarea
attributes:
label: "**No? Then please copy your experiment flags list twice:"

- type: markdown
attributes:
value: |
Expand All @@ -52,9 +59,9 @@ body:
- type: input
attributes:
label: "Are any errors shown in the Browser-Console? "
label: "Are any errors shown in the Browser-Console?"
validations:
required: true
required: no

- type: markdown
attributes:
Expand Down Expand Up @@ -98,7 +105,7 @@ body:
- type: checkboxes
attributes:
label: "Tested as 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 @@ -112,7 +119,6 @@ body:
- type: input
attributes:
label: "ImprovedTube Version (Written in the Extension header & your Browser's store)"
description: "(You can remove Blocklist, History Analyzer data - or paste the following in the Browser-Console and hit enter: `(function({analyzer, blocklist, ...a}){return JSON.stringify(a)})(ImprovedTube.storage)`)"
validations:
required: false

Expand All @@ -125,8 +131,18 @@ body:
- type: markdown
attributes:
value: |
### YouTube-Document:
(`F12` copy the whole root element: \<html> (alternative: CTRL+U) [Test](https://github.com/code-charity/youtube/wiki/Contributing#Test)
(You can remove Blocklist, History Analyzer data - or paste the following in the Browser-Console and hit enter: `(function({analyzer, blocklist, ...a}){return JSON.stringify(a)})(ImprovedTube.storage)`)"
- type: input
attributes:
label: "Your YouTube-Document"
validations:
required: false

- type: markdown
attributes:
value: |
`F12` & copy the whole root element: \<html> in the top [(how?)](https://github.com/code-charity/youtube/wiki/Contributing#Test) (alternative: CTRL+U)
- type: input
attributes:
Expand All @@ -138,4 +154,4 @@ body:
- type: markdown
attributes:
value: |
<!-- Many thanks & smiles! -->
Many thanks & smiles!

0 comments on commit 83fcea4

Please sign in to comment.