chore(github): Everyone gets to vote
(cherry picked from commit 1c73b925b1d119ce746c4343d3cee555f2d28bb8)
This commit is contained in:
parent
3f2eb75b71
commit
518ecc16f1
3 changed files with 37 additions and 0 deletions
15
.github/ISSUE_TEMPLATE/1_request_feature.yml
vendored
15
.github/ISSUE_TEMPLATE/1_request_feature.yml
vendored
|
|
@ -34,3 +34,18 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: I will fill out all of the requested information in this form.
|
- label: I will fill out all of the requested information in this form.
|
||||||
required: true
|
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
|
||||||
|
|
|
||||||
15
.github/ISSUE_TEMPLATE/2_report_issue.yml
vendored
15
.github/ISSUE_TEMPLATE/2_report_issue.yml
vendored
|
|
@ -101,3 +101,18 @@ body:
|
||||||
required: true
|
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.
|
- 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
|
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
|
||||||
|
|
|
||||||
7
.github/pull_request_template.md
vendored
7
.github/pull_request_template.md
vendored
|
|
@ -10,3 +10,10 @@
|
||||||
| ------- | ------- |
|
| ------- | ------- |
|
||||||
|  |  |
|
|  |  |
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue