Skip to content

Commit ca23d31

Browse files
authored
Revise bug report template for platform issues
Updated the bug report template to include specific fields for reporting issues on various platforms, such as /learn and /news.
1 parent 83b85b7 commit ca23d31

2 files changed

Lines changed: 59 additions & 56 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: Issue - User Interface on our Platforms
2+
description: Report a software bug on /learn, /news, Community Forum, Code Radio, or any of the platforms.
3+
labels: ['type: bug', 'status: waiting triage']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: If you're reporting a security issue, don't create a GitHub issue. Instead, visit https://w3develops.org/contribute/security.
8+
- type: textarea
9+
attributes:
10+
label: Describe the Issue
11+
description: A clear and concise description of the issue you encountered.
12+
validations:
13+
required: true
14+
- type: input
15+
attributes:
16+
label: Affected Page
17+
description: Add a link to the coding challenge with the problem.
18+
validations:
19+
required: true
20+
- type: textarea
21+
attributes:
22+
label: Steps to Reproduce
23+
description: Please provide the steps to reproduce the issue.
24+
value: |
25+
1. Go to '...'
26+
2. Click on '...'
27+
3. Scroll down to '...'
28+
4. See error
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Expected behavior
34+
description: Add a clear and concise description of what you expected to happen.
35+
validations:
36+
required: true
37+
- type: textarea
38+
attributes:
39+
label: Screenshots
40+
description: If applicable, add screenshots to help explain your problem. You can drag and drop `png`, `jpg`, `gif`, etc. in this box.
41+
validations:
42+
required: false
43+
- type: textarea
44+
attributes:
45+
label: System
46+
description: Please complete the following information.
47+
value: |
48+
- Device: [e.g. iPhone 6, Laptop]
49+
- OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04]
50+
- Browser: [e.g. Chrome, Safari]
51+
- Version: [e.g. 22]
52+
validations:
53+
required: true
54+
- type: textarea
55+
attributes:
56+
label: Additional context
57+
description: Add any other context about the problem here.
58+
validations:
59+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)