-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01-bug-report.yml
More file actions
55 lines (49 loc) · 1.13 KB
/
01-bug-report.yml
File metadata and controls
55 lines (49 loc) · 1.13 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: Bug report
description: Report a bug to help us improve
title: "[Bug]: "
labels:
- bug
assignees: [ ]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report 🙏
- type: textarea
id: version
attributes:
label: Version
description: What version of our software are you running?
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Clearly describe the bug.
placeholder: What happened?
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '...'
3. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually