File tree Expand file tree Collapse file tree 1 file changed +21
-8
lines changed
Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change 1- name : " Report an issue on a learn article"
2- fields :
3- - type : " input"
1+ name : Report an issue on a Learn article
2+ description : ' Found an error or something unclear in one of our Learn articles? Let us know!'
3+ labels : [bug, learn]
4+ body :
5+ - type : markdown
46 attributes :
5- label : " Affected URL"
6- description : " Provide the full URL where the issue occurred."
7+ value : |
8+ Thanks for taking the time to help improve the Node.js learning experience!
9+ Before submitting, please check if there's already an existing issue that matches yours.
10+
11+ - type : input
12+ attributes :
13+ label : ' Affected URL'
14+ placeholder : ' https://nodejs.org/en/learn/some-article'
15+ description : ' Please include the full URL of the article where the issue exists.'
716 validations :
817 required : true
918
10- - type : " textarea"
19+ - type : textarea
1120 attributes :
12- label : " Issue Description"
13- description : " Clearly describe the issue encountered or the incorrect information found."
21+ label : ' Describe the issue in detail:'
22+ placeholder : |
23+ 1. What is wrong or unclear?
24+ 2. What did you expect to see?
25+ 3. Any suggestions or corrections?
26+ description : ' Tell us what you noticed and how we can improve the article.'
1427 validations :
1528 required : true
You can’t perform that action at this time.
0 commit comments