Skip to content

Commit 494686f

Browse files
Create BUG.yml
1 parent 611faf4 commit 494686f

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: [bug]
5+
assignees:
6+
- taylorjdawson
7+
- aaronbarnardsound
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this bug report!
13+
- type: textarea
14+
attributes:
15+
label: Current Behavior
16+
description: A concise description of what you're experiencing.
17+
validations:
18+
required: false
19+
- type: textarea
20+
attributes:
21+
label: Expected Behavior
22+
description: A concise description of what you expected to happen.
23+
validations:
24+
required: false
25+
- type: textarea
26+
attributes:
27+
label: Steps To Reproduce
28+
description: Steps to reproduce the behavior.
29+
placeholder: |
30+
1. In this environment...
31+
2. With this config...
32+
3. Run '...'
33+
4. See error...
34+
validations:
35+
required: false
36+
- type: input
37+
id: version
38+
attributes:
39+
label: Version
40+
description: What version of Onboard are you using?
41+
validations:
42+
required: true
43+
- type: input
44+
id: version
45+
attributes:
46+
label: Version
47+
description: What version of NodeJS are you running?
48+
validations:
49+
required: true
50+
- type: dropdown
51+
id: browsers
52+
attributes:
53+
label: What browsers are you seeing the problem on?
54+
multiple: true
55+
options:
56+
- Firefox
57+
- Chrome
58+
- Safari
59+
- Microsoft Edge
60+
- type: textarea
61+
id: logs
62+
attributes:
63+
label: Relevant log output
64+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
65+
render: shell
66+
- type: textarea
67+
attributes:
68+
label: Anything else?
69+
description: |
70+
Links? References? Anything that will give us more context about the issue you are encountering!
71+
72+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
73+
validations:
74+
required: false

0 commit comments

Comments
 (0)