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 c395656 commit c18f1c3
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,34 +98,27 @@ body:

- type: input
attributes:
label: "ImprovedTube Version"
description: "(Written in the Extension header & your Browser's store)"
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

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

- type: markdown
attributes:
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)
value: |
### YouTube-Document:
(`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:
label: "OS / Device:"
description: "(Enter your operating system and device details)"
validations:
required: false

Expand Down

0 comments on commit c18f1c3

Please sign in to comment.