Skip to content

Commit

Permalink
bug_report.yml fixing yes & no
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube committed Aug 9, 2024
1 parent 1200423 commit 5c12e37
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🐞Bug Form"
name: "🐞Bug report form"
description: "convenient?"
title: "<title>"
title: "🐞"
labels:
- "Bug"
- "good first issue"
Expand All @@ -15,18 +15,49 @@ body:
- type: textarea
attributes:
label: "Description:"
description: "How do you trigger this bug? Please walk us through it step by step."
label: "Concise Description"
placeholder: |
(Clear/concise).
Screenshot/Video welcome! (Upload by drag & drop)
To add screenshot or video click here. (Then drag & drop or "📎")
validations:
required: true

- type: dropdown
id: browsers
attributes:
label: "Browser/s"
multiple: true
options:
- "Firefox"
- "Chrome"
- "Safari"
- "Brave"
- "Vivaldi"
- "Whale"
- "Edge"
- "Opera"
- "Opera GX"
validations:
required: false

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

- type: markdown
attributes:
value: |
----
#### Thanks for coming & caring! Sometimes even 3 words are enough, just please check if the issue has already been reported: [Search in all issues](https://github.com/ImprovedTube/ImprovedTube/issues?q=).
<i>(If this was posted before, you can write there to add details efficiently ♡ & give it your voice (this also moves it up in our lists)
- If the status is "closed" (=[fixed](https://github.com/code-for-charity/ImprovedTube-for-YouTube/archive/refs/heads/master.zip)) very recently, then your Browser's store might update you soon /after [testing](https://github.com/code-charity/youtube/wiki/Contributing#test).
- If it was already closed months/years ago, then youtube might change again. Then you can tag who fixed it last time ( @___ ) </i>
----
- type: input
attributes:
label: "Steps to reproduce:"
placeholder: "(Might only happen with a certain feature of ours enabled?)"
label: "'Steps to reproduce' - Which of our features is required for the bug to happen?"
placeholder: "(=How to trigger this bug? Please walk us through)"
validations:
required: true

Expand All @@ -37,7 +68,7 @@ body:
validations:
required: true

- type: checkboxes
- type: dropdown
attributes:
label: "Does the bug still happen when you log out of YouTube?"
options:
Expand All @@ -48,55 +79,24 @@ body:

- type: textarea
attributes:
label: "No? Then please copy your experiment flags list twice:"
label: "..No? Then please paste your yt.config_.EXPERIMENT_FLAGS. Twice (With the error & Without)"
placeholder: |
(with & without the error to compare)
Enter `yt.config_.EXPERIMENT_FLAGS` into the Browser console on YouTube
(= F12-Key) (ctrl+U is more clunky)
Enter "yt.config_.EXPERIMENT_FLAGS" into the Browser console on YouTube.
(To go there press F12 & click the console-tab) (alternatively ctrl+U, less tidy)
- type: input
attributes:
label: "Are any errors shown in the Browser-Console?"
label: "Are any errors or related log-messages shown in the Browser-Console? (F12)"
validations:
required: no

- type: dropdown
id: browsers
attributes:
label: "Browser/s:"
multiple: true
options:
- "Firefox"
- "Chrome"
- "Safari"
- "Brave"
- "Vivaldi"
- "Whale"
- "Edge"
- "Opera"
- "Opera GX"
validations:
required: false

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

- type: markdown
attributes:
value: |
## Before submitting: Thanks for coming & caring!
Sometimes even 3 words are enough for a bug report.
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.)_
----
### (The following might be optional depending the bug & what you filled above, yet worth reading:)
- type: checkboxes
- type: dropdown
attributes:
label: "Tested as the only active extension? (incognito mode or another browser users):"
options:
Expand All @@ -116,7 +116,7 @@ body:
validations:
required: false

- type: input
- type: textarea
attributes:
label: "Your Settings (From the Extension's `⋮`-Hamburger menu > Settings > Backup & reset > Export settings)"
validations:
Expand All @@ -127,7 +127,7 @@ body:
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
- type: textarea
attributes:
label: "Your YouTube-Document"
validations:
Expand All @@ -136,7 +136,7 @@ body:
- 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)
`F12` & copy the whole root element: \<html> in the top [(how?)](https://github.com/code-charity/youtube/wiki/Contributing#Test) and or HTML-source (CTRL+U)
- type: input
attributes:
Expand All @@ -147,4 +147,4 @@ body:
- type: markdown
attributes:
value: |
Many thanks & smiles!
# Many thanks & smiles!

0 comments on commit 5c12e37

Please sign in to comment.