Skip to content

Commit 9450666

Browse files
authored
fixup! incorrect template format
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent e2c1b9c commit 9450666

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed
Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
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

0 commit comments

Comments
 (0)