mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
chore(github): Everyone gets to vote [skip ci]
This commit is contained in:
parent
ea179979b1
commit
1c73b925b1
3 changed files with 41 additions and 0 deletions
15
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
15
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -41,3 +41,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/issue_report.yml
vendored
15
.github/ISSUE_TEMPLATE/issue_report.yml
vendored
|
@ -106,3 +106,18 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: I have filled out all of the requested information in this form.
|
- label: I have filled 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
|
||||||
|
|
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
<!--
|
||||||
|
^ Please summarise the changes you have made here ^
|
||||||
|
-->
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
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/null2264/yokai/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc
|
Loading…
Add table
Add a link
Reference in a new issue