Skip to content

Commit 9c2357d

Browse files
authored
feat(meta): add learn article issue template (#7680)
* feat(meta): add learn article issue template * Newline * fixup! incorrect template format Signed-off-by: Aviv Keller <me@aviv.sh> * dd content Signed-off-by: Aviv Keller <me@aviv.sh> --------- Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent c029cea commit 9c2357d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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, content, learn]
4+
body:
5+
- type: markdown
6+
attributes:
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.'
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
attributes:
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.'
27+
validations:
28+
required: true

0 commit comments

Comments
 (0)