Skip to content

Commit af5754e

Browse files
committed
Add issue template
1 parent dd6e05f commit af5754e

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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+
attributes:
38+
label: Onboard Version
39+
description: What version of Onboard are you using?
40+
validations:
41+
required: true
42+
- type: input
43+
attributes:
44+
label: Node Version
45+
description: What version of NodeJS are you running?
46+
validations:
47+
required: true
48+
- type: dropdown
49+
id: browsers
50+
attributes:
51+
label: What browsers are you seeing the problem on?
52+
multiple: true
53+
options:
54+
- Firefox
55+
- Chrome
56+
- Safari
57+
- Microsoft Edge
58+
- type: textarea
59+
id: logs
60+
attributes:
61+
label: Relevant log output
62+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
63+
render: shell
64+
- type: textarea
65+
attributes:
66+
label: Anything else?
67+
description: |
68+
Links? References? Anything that will give us more context about the issue you are encountering!
69+
70+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
71+
validations:
72+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)