From aec3c5b0495731110a17d3bc75de0266ccad967a Mon Sep 17 00:00:00 2001 From: 4yman <170770027+4yman-0@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:37:15 +0100 Subject: [PATCH] update .github issue templates --- ...-authors-.md => bug-report-with-bounty.md} | 2 +- .../{bug_report.yml => bug-report.yml} | 21 ++++---- .../feature-request---suggestion---idea.md | 47 ----------------- .../feature-request-suggestion-idea.md | 48 ++++++++++++++++++ ...heck--discussions-.md => other-topics.yml} | 1 - ...r-feature-request---with-bounty-payment.md | 49 ------------------ .../wish-or-feature-with-bounty.yml | 50 +++++++++++++++++++ 7 files changed, 110 insertions(+), 108 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report-----for-mark-down-authors-.md => bug-report-with-bounty.md} (98%) rename .github/ISSUE_TEMPLATE/{bug_report.yml => bug-report.yml} (90%) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request---suggestion---idea.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request-suggestion-idea.md rename .github/ISSUE_TEMPLATE/{other-topic--plan--mission--3rd-party-solution------also-check--discussions-.md => other-topics.yml} (99%) delete mode 100644 .github/ISSUE_TEMPLATE/wish-or-feature-request---with-bounty-payment.md create mode 100644 .github/ISSUE_TEMPLATE/wish-or-feature-with-bounty.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report-----for-mark-down-authors-.md b/.github/ISSUE_TEMPLATE/bug-report-with-bounty.md similarity index 98% rename from .github/ISSUE_TEMPLATE/bug-report-----for-mark-down-authors-.md rename to .github/ISSUE_TEMPLATE/bug-report-with-bounty.md index f304dc943..71aeca89d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-----for-mark-down-authors-.md +++ b/.github/ISSUE_TEMPLATE/bug-report-with-bounty.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 90% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml index c3370e22d..09bf9285b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,5 @@ -name: "🐞Bug report form" -description: "convenient?" -title: "🐞" +name: "🐞 Bug report form" +title: "[🐞] " labels: - "Bug" - "good first issue" @@ -32,7 +31,7 @@ body: - "Safari" - "Brave" - "Vivaldi" - - "Whale" + - "Wh0ale" - "Edge" - "Opera" - "Opera GX" @@ -41,7 +40,7 @@ body: - type: input attributes: - label: "Other Browser:" + label: "Other Browser/s:" validations: required: false @@ -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: @@ -147,4 +148,4 @@ body: - type: markdown attributes: value: | - # Many thanks & smiles! + ### Many thanks & smiles! diff --git a/.github/ISSUE_TEMPLATE/feature-request---suggestion---idea.md b/.github/ISSUE_TEMPLATE/feature-request---suggestion---idea.md deleted file mode 100644 index a080ab136..000000000 --- a/.github/ISSUE_TEMPLATE/feature-request---suggestion---idea.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -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: '' - ---- - - - -⚬ _PROBLEM_: - - -⚬ _SOLUTION_: - - - ⚬ _ALTERNATIVES_: - - - ⚬ _RELEVANCE / SCOPE_: - - -⚬ _"SIDE EFFECTS"_: - - -⚬ _CONTEXT_: -// - Thank you! - -SHORT Table | (Summary) ------------- | ------------- -*Problem* | -*Solution* | -*Alternatives*| -*Scope* | -*Side effects*| -*Context* | diff --git a/.github/ISSUE_TEMPLATE/feature-request-suggestion-idea.md b/.github/ISSUE_TEMPLATE/feature-request-suggestion-idea.md new file mode 100644 index 000000000..e7591b213 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request-suggestion-idea.md @@ -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: '' + +--- + + + +⚬ _PROBLEM_: + + +⚬ _SOLUTION_: + + + ⚬ _ALTERNATIVES_: + + + ⚬ _RELEVANCE / SCOPE_: + + +⚬ _"SIDE EFFECTS"_: + + +⚬ _CONTEXT_: + + +Thank you! + +SHORT Table | (Summary) +------------- | ------------- +*Problem* | +*Solution* | +*Alternatives* | +*Scope* | +*Side effects* | +*Context* | diff --git a/.github/ISSUE_TEMPLATE/other-topic--plan--mission--3rd-party-solution------also-check--discussions-.md b/.github/ISSUE_TEMPLATE/other-topics.yml similarity index 99% rename from .github/ISSUE_TEMPLATE/other-topic--plan--mission--3rd-party-solution------also-check--discussions-.md rename to .github/ISSUE_TEMPLATE/other-topics.yml index 4af9e623b..fca5b8188 100644 --- a/.github/ISSUE_TEMPLATE/other-topic--plan--mission--3rd-party-solution------also-check--discussions-.md +++ b/.github/ISSUE_TEMPLATE/other-topics.yml @@ -7,4 +7,3 @@ assignees: ImprovedTube --- - diff --git a/.github/ISSUE_TEMPLATE/wish-or-feature-request---with-bounty-payment.md b/.github/ISSUE_TEMPLATE/wish-or-feature-request---with-bounty-payment.md deleted file mode 100644 index 83697def2..000000000 --- a/.github/ISSUE_TEMPLATE/wish-or-feature-request---with-bounty-payment.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -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 -assignees: '' - ---- - - - -⚬ _REASON / PROBLEM_: - - -⚬ _WISH / SOLUTION_: - - -⚬ _BOUNTY_: - - ⚬ _ALTERNATIVES_: - - - ⚬ _RELEVANCE / SCOPE_: - - -⚬ _"SIDE EFFECTS"_: - - -⚬ _CONTEXT_: -// - Thank you! - -SHORT Table | (Summary) ------------- | ------------- -*Problem* | -*Solution* | -*Alternatives*| -*Scope* | -*Side effects*| -*Context* | diff --git a/.github/ISSUE_TEMPLATE/wish-or-feature-with-bounty.yml b/.github/ISSUE_TEMPLATE/wish-or-feature-with-bounty.yml new file mode 100644 index 000000000..8b1d0a6a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/wish-or-feature-with-bounty.yml @@ -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: '' + +--- + + + +⚬ _REASON / PROBLEM_: + + +⚬ _WISH / SOLUTION_: + + +⚬ _BOUNTY_: + + ⚬ _ALTERNATIVES_: + + + ⚬ _RELEVANCE / SCOPE_: + + +⚬ _"SIDE EFFECTS"_: + + +⚬ _CONTEXT_: + + +Thank you! + +SHORT Table | (Summary) +------------- | ------------- +*Problem* | +*Solution* | +*Alternatives* | +*Scope* | +*Side effects* | +*Context* |