Skip to content

Commit 2209a97

Browse files
Create fancy_bug_report.yml
1 parent 06b8665 commit 2209a97

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: Report a bug 🐛
2+
description: Report bugs in Blockly, so we can fix them.
3+
labels: 'issue: bug, issue: triage'
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
Thank you for taking the time to fill out a bug report!
9+
If you have a question about how to use Blockly in your application,
10+
please ask on the [forum](https://groups.google.com/forum/#!forum/blockly) instead of filing an issue.
11+
- type: checkboxes
12+
id: duplicates
13+
attributes:
14+
label: Check for duplicates
15+
options:
16+
- label: I have searched for similar issues before opening a new one.
17+
- type: textarea
18+
id: description
19+
attributes:
20+
label: Description
21+
description: Please provide a clear and concise description of the bug.
22+
placeholder: What happened? What did you expect to happen?
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: repro
27+
attributes:
28+
label: Reproduction steps
29+
description: What steps should we take to reproduce the issue?
30+
value: |
31+
1.
32+
2.
33+
3.
34+
- type: textarea
35+
id: stack-trace
36+
attributes:
37+
label: Stack trace
38+
description: If you saw an error message or stack trace, please include it here.
39+
placeholder: The text in this section will be formatted automatically; no need to include backticks.
40+
render: shell
41+
- type: textarea
42+
id: screenshots
43+
attributes:
44+
label: Screenshots
45+
description: Screenshots can help us see the behavior you're describing. Please add a screenshot or gif, especially if you are describing a rendering or visual bug.
46+
placeholder: Paste or drag-and-drop an image to upload it.
47+
- type: dropdown
48+
id: browsers
49+
attributes:
50+
label: Browsers
51+
description: Please select all browsers you've observed this behavior on. If the bug isn't browser-specific, you can leave this blank.
52+
multiple: true
53+
options:
54+
- Chrome desktop
55+
- Safari desktop
56+
- Firefox desktop
57+
- Android mobile
58+
- iOS mobile

0 commit comments

Comments
 (0)