-
Notifications
You must be signed in to change notification settings - Fork 311
Expand file tree
/
Copy pathbug_report.yml
More file actions
72 lines (72 loc) · 2.48 KB
/
bug_report.yml
File metadata and controls
72 lines (72 loc) · 2.48 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name: Bug Report
description: Create a bug report to help improve!
labels: [bug]
title: "Bug: "
type: Bug
body:
- type: markdown
attributes:
value: |
##### ⏱️ Before you start...
- Are you on the latest version? You might be using an old version.
- Have you checked whether or not a similar bug has already been reported?
- type: textarea
attributes:
label: 🪟 What OS build is this issue present?
description: Windows key + R > winver.exe / Apple Logo (in menu bar) > About This Mac (may not be like this on Ventura)
placeholder: Windows 11 Insider Beta 22623.1250 / macOS Monterey 12.6.3
- type: textarea
attributes:
label: 🔢 What version are you on?
- type: textarea
attributes:
label: 📄 Description
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: 🪜 Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '....'
2. Click on '....'
3. Scroll down to '....'
4. See the error
validations:
required: false
- type: textarea
attributes:
label: 🤔 Expected behavior
description: A clear and concise description of what you expected to happen.
- type: dropdown
id: platforms-affected
attributes:
label: Affected platforms
description: Select all or any platform that you see this issue on. This helps us determine if it's something platform-specific or in the core. If you were only able to test on 1 platform, please check the last option to inform us about that.
multiple: true
options:
- 📱 Android
- 📲 iOS
- 💻 macOS
- 🪨 Rosetta (macOS Catalyst)
- 🪟 Windows
- 🪟 WPF
- 🐧 GTK
- 🐧 Linux Framebuffer
- ⌨️ Skia Desktop
- 🕸️ WebAssembly
- ❓ Other
- ☹️ I was unable to test on other platforms
validations:
required: true
- type: textarea
id: workaround
attributes:
label: ⚒️ Did you find any workaround?
description: Did you find any workaround for this issue? This can unblock other people while waiting for this issue to be resolved or even give us a hint on how to fix this.
- type: textarea
attributes:
label: 📸 Assets
description: |
A list of assets (errors, screenshots) relevant to the bug.