File tree Expand file tree Collapse file tree 2 files changed +45
-17
lines changed Expand file tree Collapse file tree 2 files changed +45
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Documentation improvements
2
+ description : Suggest a documentation update to improve everyone's experience
3
+ title : " Docs: TITLE"
4
+ labels : ["documentation", "triage"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thank you for helping us improve everyone's experience. We review documentation updates on a case by case basis.
10
+ - type : textarea
11
+ id : search_area
12
+ attributes :
13
+ label : What were you searching in the docs?
14
+ description : Please help us understand how you looked for information that was either unclear or not available
15
+ validations :
16
+ required : true
17
+ - type : input
18
+ id : area
19
+ attributes :
20
+ label : Is this related to an existing documentation section?
21
+ description : Please share a link, if applicable
22
+ validations :
23
+ required : false
24
+ - type : textarea
25
+ id : idea
26
+ attributes :
27
+ label : How can we improve?
28
+ description : Please share your thoughts on how we can improve this experience
29
+ render : markdown
30
+ validations :
31
+ required : true
32
+ - type : textarea
33
+ id : suggestion
34
+ attributes :
35
+ label : Got a suggestion in mind?
36
+ description : Please suggest a proposed update
37
+ validations :
38
+ required : false
39
+ - type : checkboxes
40
+ id : acknowledgment
41
+ attributes :
42
+ label : Acknowledgment
43
+ options :
44
+ - label : I understand the final update might be different from my proposed suggestion, or refused.
45
+ required : true
You can’t perform that action at this time.
0 commit comments