Skip to content

Commit 83b85b7

Browse files
authored
Update issue template for article content issues
1 parent 518ded5 commit 83b85b7

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Issues - Content in our Articles and other Documentation
2+
description: Report issues with content on a specific article, like broken links, typos, missing parts, etc.
3+
labels: ['type: bug', 'status: waiting triage']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: 'NOTE: If you want to become an author on w3Develops, you can find everything here: https://www.w3develops.org/news/developer-news-style-guide'
8+
- type: markdown
9+
attributes:
10+
value: If you are reporting an issue with an article on our news publication, please follow this link to send an email to our editorial team https://mailxto.com/lw8nquiyyk
11+
- type: textarea
12+
attributes:
13+
label: Describe the Issue
14+
description: A clear and concise description of the issue you encountered.
15+
validations:
16+
required: true
17+
- type: input
18+
attributes:
19+
label: Affected Page
20+
description: Add a link to the coding challenge with the problem.
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Steps to Reproduce
26+
description: Please describe the problem and provide the steps to reproduce the issue.
27+
validations:
28+
required: true
29+
- type: textarea
30+
attributes:
31+
label: Recommended fix or suggestions
32+
description: A clear and concise description of how you want to update it.
33+
validations:
34+
required: true
35+
- type: textarea
36+
attributes:
37+
label: Screenshots
38+
description: If applicable, add screenshots to help explain your problem. You can drag and drop `png`, `jpg`, `gif`, etc. in this box.
39+
validations:
40+
required: false

0 commit comments

Comments
 (0)