Skip to content

Commit

Permalink
Update and rename bugreport.yml to bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored Jun 18, 2024
1 parent 77885bf commit 01ef000
Showing 1 changed file with 24 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@ body:
- type: textarea
attributes:
label: **Description:**
label: "**Description:**"
description: _(Clear/concise. Screenshot/Video welcome)_
validations:
required: true

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

- type: input
attributes:
label: **Since when?:**
label: "**Since when?:**"
description: Or when YouTube changed something? Through our update?
placeholder:
validations:
required: true

- type: select
attributes:
label: **Browser:**
label: "**Browser:**"
options:
- label: Chrome
value: Chrome
Expand All @@ -47,29 +47,29 @@ body:
value: Brave
- label: Vivaldi
value: Vivaldi
- label: Opera
- value: Opera
- label: Opera gx
- value: Opera gx
validations:
required: false
- label: Opera
value: Opera
- label: Opera GX
value: Opera GX
validations:
required: false

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

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

- type: textarea
attributes:
label: **Does the bug not happen when you log out of YouTube? Then please copy your experiment flags list twice**
label: "**Does the bug not happen when you log out of YouTube? Then please copy your experiment flags list twice**"
description: _(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)_
validations:
required: true
Expand All @@ -82,49 +82,45 @@ body:
Sometime even 3 words are enough of a bug report.
Just please check, if the issue has already been reported ever. (If so, that might inspires you to 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 it 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,
yet if it was already closed month or years ago, then it might appeared again & must be fixed again.)
### OPTIONAL (usually):
(If it 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,
yet if it was already closed month or years ago, then it might appeared again & must be fixed again.)
- 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: input
attributes:
label: **Expected preferred behavior:**
label: "**Expected preferred behavior:**"
validations:
required: false

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

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

- type: textarea
attributes:
label: **YouTube-Document:**
- type: markdown
attributes:
value: |
(`F12` copy the whole root element: \<html> (alternative: CTRL+U) [Test](https://github.com/code-charity/youtube/wiki/Contributing#Test)
### 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 01ef000

Please sign in to comment.