blob: bed30f83761d4fa0b3b1c5081617c4532d15e954 (
plain)
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
56
57
58
59
60
61
62
63
64
65
|
name: Bug report
description: Create a report to help us improve
title: '[Bug report]: (Replace this text with a representative title)'
body:
- type: textarea
id: describe_the_bug
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: to_reproduce
attributes:
label: To reproduce
description: |
Steps to reproduce the behavior
- 1. Go to '...'
- 2. Click on '....'
- 3. Scroll down to '....'
- 4. See error
validations:
required: true
- type: textarea
id: expected_behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: |
If applicable, add screenshots to help explain your problem.
Just drag the images into this box and they will be uploaded.
- type: textarea
id: desktop
attributes:
label: Desktop
description: |
(please complete the following information)
- OS: [e.g. Windows 10]
- Browser: [e.g. chrome, safari]
- Version: [e.g. 22]
validations:
required: true
- type: textarea
id: smartphone
attributes:
label: Smartphone
description: |
(please complete the following information)
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser: [e.g. stock browser, safari]
- Version: [e.g. 22]
validations:
required: true
- type: textarea
id: additional_context
attributes:
label: Additional context
description: Add any other context about the problem here.
|