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.
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.
0 commit comments