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 3806990 commit c395656
Showing 1 changed file with 36 additions and 30 deletions.
66 changes: 36 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,28 @@ body:
value: |
## Bug Report:
- type: textarea
- type: input
attributes:
label: "**Description:**"
description: _(Clear/concise. Screenshot/Video welcome)_
label: "Description: (Clear/concise. Screenshot/Video welcome to upload below)"
validations:
required: true

- type: textarea
- type: input
attributes:
label: "**Steps to reproduce this:**"
description: _(Might only happen with a certain feature of ours enabled?)_
label: "Steps to reproduce: (Might only happen with a certain feature of ours enabled?)"
validations:
required: true

- type: input
attributes:
label: "**Since when?:**"
description: Or when YouTube changed something? Or through our update?
label: "Since when? Or when YouTube changed something? Or through our update?"
placeholder: (Date / Reason / Version)
validations:
required: true

- type: dropdown
attributes:
label: "**Browser:**"
label: "Browser:"
options:
- label: "Chrome"
value: "Chrome"
Expand All @@ -60,17 +57,21 @@ body:

- type: input
attributes:
label: "**Other Browser/s:**"
label: "Other Browser/s:"
validations:
required: false

- type: textarea
- type: input
attributes:
label: "**Are any errors shown in the Browser-Console?:**"
description: _(`F12`-key, then `console`-tab. Try without other extensions)_
label: "Are any errors shown in the Browser-Console? "
validations:
required: true

- type: markdown
attributes:
value: |
(`F12`-key, then `console`-tab. Try without other extensions)
- type: markdown
attributes:
value: |
Expand All @@ -84,42 +85,47 @@ body:
- type: checkboxes
attributes:
label: "**Tested as only active extension (incognito mode or another browser users):**"
label: "Tested as only active extension (incognito mode or another browser users):"
options:
- label: "Yes"
- label: "No"

- type: textarea
- type: input
attributes:
label: "**Expected preferred behavior:**"
label: "Expected preferred behavior:"
validations:
required: false

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

- type: textarea
- type: input
attributes:
label: "**Your Settings (From the Extension's `⋮`-Hamburger menu > Settings > Backup & reset > Export settings**"
description: |-
You can remove any 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)`
label: "Your Settings (From the Extension's `⋮`-Hamburger menu > Settings > Backup & reset > Export settings)"
validations:
required: false

- type: markdown
required: false
- type: markdown
attributes:
value: |
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:
value: |
### YouTube-Document:
(`F12` copy the whole root element: \<html> (alternative: CTRL+U) [Test](https://github.com/code-charity/youtube/wiki/Contributing#Test)
label: "your YouTube Document"
validations:
- type: markdown
attributes:
value: |
(`F12` copy the whole root element: \<html> (alternative: CTRL+U) [Test](https://github.com/code-charity/youtube/wiki/Contributing#Test)
- type: input
attributes:
label: "**OS / Device:**"
description: (Enter your operating system and device details)
label: "OS / Device:
validations:
required: false
Expand Down

0 comments on commit c395656

Please sign in to comment.