-
-
Notifications
You must be signed in to change notification settings - Fork 425
Expand file tree
/
Copy pathbug-report.yml
More file actions
30 lines (30 loc) · 1.01 KB
/
bug-report.yml
File metadata and controls
30 lines (30 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: "\U0001F41E Bug report"
description: Create a report to help us improve npmx
type: bug
labels: ['pending triage']
body:
- type: markdown
attributes:
value: |
Please carefully read the contribution docs before creating a bug report
👉 https://github.com/npmx-dev/npmx.dev/blob/main/CONTRIBUTING.md
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: Bug description
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional context
description: If applicable, add any other context about the problem here
- type: textarea
id: logs
attributes:
label: Logs
description: |
Optional if you have reproduction steps. Please try not to insert an image but copy paste the log text.
render: shell-script