You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report bugs in Blockly, so we can fix them.
12
+
labels: 'issue: bug, issue: triage'
13
+
body:
14
+
- type: markdown
15
+
attributes:
16
+
value: >
17
+
Thank you for taking the time to fill out a bug report!
18
+
If you have a question about how to use Blockly in your application,
19
+
please ask on the [forum](https://groups.google.com/forum/#!forum/blockly) instead of filing an issue.
20
+
- type: checkboxes
21
+
id: duplicates
22
+
attributes:
23
+
label: Check for duplicates
24
+
options:
25
+
- label: I have searched for similar issues before opening a new one.
26
+
- type: textarea
27
+
id: description
28
+
attributes:
29
+
label: Description
30
+
description: Please provide a clear and concise description of the bug.
31
+
placeholder: What happened? What did you expect to happen?
32
+
validations:
33
+
required: true
34
+
- type: textarea
35
+
id: repro
36
+
attributes:
37
+
label: Reproduction steps
38
+
description: What steps should we take to reproduce the issue?
39
+
value: |
40
+
1.
41
+
2.
42
+
3.
43
+
- type: textarea
44
+
id: stack-trace
45
+
attributes:
46
+
label: Stack trace
47
+
description: If you saw an error message or stack trace, please include it here.
48
+
placeholder: The text in this section will be formatted automatically; no need to include backticks.
49
+
render: shell
50
+
- type: textarea
51
+
id: screenshots
52
+
attributes:
53
+
label: Screenshots
54
+
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.
55
+
placeholder: Paste or drag-and-drop an image to upload it.
56
+
- type: dropdown
57
+
id: browsers
58
+
attributes:
59
+
label: Browsers
60
+
description: Please select all browsers you've observed this behavior on. If the bug isn't browser-specific, you can leave this blank.
0 commit comments