File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Documentation request
2
+ description : Request a correction, clarification, or addition to the documentation.
3
+ labels : ["documentation"]
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ Please use this template to help us improve the documentation. Be as specific and clear as possible!
9
+
10
+ - type : textarea
11
+ id : issue-summary
12
+ attributes :
13
+ label : Summary of the issue
14
+ description : Describe the documentation correction or the proposed addition. Please add references to relevant documentation sections if applicable.
15
+ validations :
16
+ required : true
17
+
18
+ - type : dropdown
19
+ id : experience
20
+ attributes :
21
+ label : How experienced are you with this library?
22
+ multiple : false
23
+ description : This helps us understand where in the user journey this issue might arise.
24
+ options :
25
+ - Beginner - Just getting started with this library
26
+ - Intermediate - Familiar with the basics or have used it in a few projects
27
+ - Expert - Experienced and comfortable with using this library in complex projects
28
+
29
+ - type : checkboxes
30
+ id : terms
31
+ attributes :
32
+ label : Are you interested in working on a PR for this?
33
+ options :
34
+ - label : I want to work on this
You can’t perform that action at this time.
0 commit comments