Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update .github issue templates #2760

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: bug report (for mark down authors)
name: bug report (for MarkDown authors)
about: Create a report to help us improve
title: ''
labels: Bug, good first issue, help wanted, up-for-grabs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "🐞Bug report form"
description: "convenient?"
title: "🐞"
name: "🐞 Bug report form"
title: "[🐞] "
labels:
- "Bug"
- "good first issue"
Expand Down Expand Up @@ -32,7 +31,7 @@ body:
- "Safari"
- "Brave"
- "Vivaldi"
- "Whale"
- "Wh0ale"
- "Edge"
- "Opera"
- "Opera GX"
Expand All @@ -41,7 +40,7 @@ body:

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

Expand Down Expand Up @@ -75,26 +74,28 @@ body:
- "Yes"
- "No"
validations:
required: no
required: false

- type: textarea
attributes:
label: "..No? Then please paste your yt.config_.EXPERIMENT_FLAGS. Twice (With the error & Without)"
placeholder: |
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)
(To go there press F12 & click the console-tab) (alternatively ctrl+U, less tidy)

- type: input
attributes:
label: "Are any errors or related log-messages shown in the Browser-Console? (F12)"
placeholder: |
(To go there press F12 & click the console-tab) (alternatively ctrl+U, less tidy)
validations:
required: no
required: false

- type: markdown
attributes:
value: |
----
### (The following might be optional depending the bug & what you filled above, yet worth reading:)
## (The following might be optional depending the bug & what you filled above, yet worth reading:)

- type: dropdown
attributes:
Expand Down Expand Up @@ -147,4 +148,4 @@ body:
- type: markdown
attributes:
value: |
# Many thanks & smiles!
### Many thanks & smiles!
47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/feature-request---suggestion---idea.md

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-suggestion-idea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
.---
name: Feature request / suggestion / idea
about: Suggest an idea for this project
title: ''
labels: Feature request, good first issue, help wanted, up-for-grabs
assignees: ''

---

<!--
(Click PREVIEW to undestand this template)
OPTIONALLY fill the table if each point fits in the same line:
-->

⚬ _PROBLEM_:
<!-- (Does your idea/feature request relate to a Problem? Which problem is?
Ex. I'm always frustrated when [...] )-->

⚬ _SOLUTION_:
<!-- (Describe what you'd like
(A clear and concise description of what you want to happen).
Please consider screenshots or sketches if it makes sense)-->

⚬ _ALTERNATIVES_:
<!-- (Describe what you've considered:
Alternative solutions or features, you'd consider as equal or inferior). -->

⚬ _RELEVANCE / SCOPE_:
<!-- (Would this be good by for everybody by default? (hypothetically).
Estimate how many percent of our users (or all youtube users) should/would use your idea? ) -->

⚬ _"SIDE EFFECTS"_:
<!-- (Is there any conflict with any other feature?
Who might NOT want this?(How many percent of users could be bothered by it even filling space in our menu?)-->

⚬ _CONTEXT_:
<!-- any other context. -->

Thank you!

SHORT Table | (Summary)
------------- | -------------
*Problem* |
*Solution* | <!-- TYPE HERE, 1 line each) -->
*Alternatives* |
*Scope* |
*Side effects* |
*Context* |
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ assignees: ImprovedTube

---


This file was deleted.

50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/wish-or-feature-with-bounty.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Wish or Feature request, with BOUNTY PAYMENT
about: Wish or Feature request, with BOUNTY PAYMENT
title: ''
labels: Feature request, good first issue, help wanted, bounty
assignees: ''

---

<!--
(Click PREVIEW to undestand this template)
OPTIONALLY fill the table if each point fits in the same line:
-->

⚬ _REASON / PROBLEM_:
<!-- (Does your IDEA / feature request relate to a Problem? Which problem is?
Ex. I'm always frustrated when [...] )-->

⚬ _WISH / SOLUTION_:
<!-- (Describe what you'd like
(A clear and concise description of what you want to happen).
Please consider screenshots or sketches if it makes sense)-->

⚬ _BOUNTY_: <!-- How much are you willing to donate / pay for this? and by what method? -->

⚬ _ALTERNATIVES_:
<!-- (Describe what you've considered:
Alternative solutions or features, you'd consider as equal or inferior). -->

⚬ _RELEVANCE / SCOPE_:
<!-- (Would this be good by for everybody by default? (hypothetically).
Estimate how many percent of our users (or all youtube users) should/would use your idea? ) -->

⚬ _"SIDE EFFECTS"_:
<!-- (Is there any conflict with any other feature?
Who might NOT want this?(How many percent of users could be bothered by it even filling space in our menu?)-->

⚬ _CONTEXT_:
<!-- any other context. -->

Thank you!

SHORT Table | (Summary)
------------- | -------------
*Problem* |
*Solution* | <!-- TYPE HERE, 1 line each) -->
*Alternatives* |
*Scope* |
*Side effects* |
*Context* |
Loading