From 518ecc16f17af0b5adb9402f7af8ccb1d885519b Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Mon, 26 May 2025 13:43:11 +0700 Subject: [PATCH] chore(github): Everyone gets to vote (cherry picked from commit 1c73b925b1d119ce746c4343d3cee555f2d28bb8) --- .github/ISSUE_TEMPLATE/1_request_feature.yml | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/2_report_issue.yml | 15 +++++++++++++++ .github/pull_request_template.md | 7 +++++++ 3 files changed, 37 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_request_feature.yml b/.github/ISSUE_TEMPLATE/1_request_feature.yml index 18793a006..5fdaf2e3b 100644 --- a/.github/ISSUE_TEMPLATE/1_request_feature.yml +++ b/.github/ISSUE_TEMPLATE/1_request_feature.yml @@ -34,3 +34,18 @@ body: required: true - label: I will fill out all of the requested information in this form. required: true + + - type: "textarea" + id: "prioritisation" + attributes: + label: "Is this issue important to you?" + description: | + **Please do not modify this text area!** + + This template let users to vote with a :+1: reaction if they find it important. + This is not a guarantee that highly-requested issues will be fixed first, but it helps us to figure out what's important to users. Please react on other users' issues if you find them important. + value: | + Add a :+1: [reaction] to [issues you find important]. + + [reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ + [issues you find important]: https://github.com/null2264/yokai/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc diff --git a/.github/ISSUE_TEMPLATE/2_report_issue.yml b/.github/ISSUE_TEMPLATE/2_report_issue.yml index 91b66f31e..27d56f45a 100644 --- a/.github/ISSUE_TEMPLATE/2_report_issue.yml +++ b/.github/ISSUE_TEMPLATE/2_report_issue.yml @@ -101,3 +101,18 @@ body: required: true - label: I understand that **Komikku does not have or fix any extensions**, and I **will not receive help** for any issues related to sources or extensions. required: true + + - type: "textarea" + id: "prioritisation" + attributes: + label: "Is this issue important to you?" + description: | + **Please do not modify this text area!** + + This template let users to vote with a :+1: reaction if they find it important. + This is not a guarantee that highly-requested issues will be fixed first, but it helps us to figure out what's important to users. Please react on other users' issues if you find them important. + value: | + Add a :+1: [reaction] to [issues you find important]. + + [reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ + [issues you find important]: https://github.com/null2264/yokai/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b724808d3..e86711f9c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,3 +10,10 @@ | ------- | ------- | | ![](https://github.githubassets.com/images/modules/logos_page/Octocat.png) | ![](https://github.githubassets.com/images/modules/logos_page/Octocat.png) | --> + +--- + +Add a :+1: [reaction] to [pull requests you find important]. + +[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ +[pull requests you find important]: https://github.com/komikku-app/komikku/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc