1- name : Documentation Request
1+ name : Documentation issue
22description : Request additions, updates, or improvements to the documentation.
33title : " docs: "
44labels : ["docs"]
@@ -12,30 +12,52 @@ body:
1212 - type : textarea
1313 id : request
1414 attributes :
15- label : Documentation request
15+ label : Documentation issue
1616 description : >
1717 Describe what documentation is missing, outdated, or unclear. Include
1818 any suggested changes if relevant.
19- placeholder : Explain the documentation change you would like to see .
19+ placeholder : Explain the reason you're creating this issue.. .
2020 validations :
2121 required : true
2222 - type : checkboxes
23- id : code-of-conduct
23+ id : sanity-check
2424 attributes :
25- label : Code of Conduct
26- description : >
27- By submitting this issue, you agree to follow our Code of Conduct, see
28- CODE_OF_CONDUCT.md for more details.
25+ label : I assert this issue is relevant
26+ description : |
27+ By submitting this issue you assert that:
28+ (1) you agree to follow our Code of Conduct, see CODE_OF_CONDUCT.md for
29+ more details.
30+ (2) that you've searched for similar issues and found no issues that
31+ described the same issues as this one
2932 options :
30- - label : I agree to follow this project's Code of Conduct
33+ - label : >
34+ I assert that I have read the [Code of
35+ Conduct](https://github.com/Tygo-van-den-Hurk/Snowflake-v2-Firmware/blob/main/CODE_OF_CONDUCT.md)
36+ and agree to abide by it.
3137 required: true
32- - type : checkboxes
33- id : no-similar
34- attributes :
35- label : No similar issues
36- description : >
37- I've searched for similar issues and found no issues that described the
38- same issues as this one
39- options :
40- - label : I've searched for similar issues and found none.
38+ - label : >
39+ I assert that this is not a [duplicate of an existing
40+ issue](https://github.com/Tygo-van-den-Hurk/Snowflake-v2-Firmware/issues?q=label%3A%22docs%22).
4141 required: true
42+ - type : " markdown"
43+ attributes :
44+ value : |
45+ ### Thank you for filling out this issue!
46+
47+ ---
48+ - type : " textarea"
49+ id : " prioritisation"
50+ attributes :
51+ label : " Is this issue important to you?"
52+ description : |
53+ **Please do not modify this text area!**
54+ This template helps developers know which issues should be prioritised
55+ by allowing users to vote with a :+1: reaction. This is not a guarantee
56+ that highly-requested issues will be fixed first, but it helps us to
57+ figure out what's important to users. Please react on other users'
58+ issues if you find them important.
59+ value : |
60+ Add a :+1: [reaction] to [issues you find important].
61+
62+ [reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
63+ [issues you find important]: https://github.com/Tygo-van-den-Hurk/Snowflake-v2-Firmware/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
0 commit comments