|
1 |
| -Thanks for opening an issue for us! Before you open an issue, please check if a similar issue exists or has been closed before. |
2 |
| - |
3 |
| -If you're asking a question about how to use Blockly in your application, please ask questions on the [mailing list](https://groups.google.com/forum/#!forum/blockly) instead of filing issues. |
4 |
| - |
5 |
| -_Please delete the above section and the instructions in the sections below before submitting. If a section is not applicable, type "N/A" in that section._ |
| 1 | +<!-- |
| 2 | + - Thanks for opening an issue for us! Before you open an issue, |
| 3 | + - please check if a similar issue exists or has been closed before. |
| 4 | + - |
| 5 | + - If you're asking a question about how to use Blockly in your application, |
| 6 | + - please ask questions on the mailing list, instead of filing issues: |
| 7 | + - https://groups.google.com/forum/#!forum/blockly |
| 8 | + --> |
6 | 9 |
|
7 | 10 | ### Problem statement
|
8 | 11 |
|
9 |
| -_Remove this hint: these checkboxes can be checked like this: [x]_ |
10 |
| - |
11 |
| -- [ ] Bug report |
12 |
| -- [ ] Feature request |
13 |
| - |
14 |
| -_What were you trying to do when you hit this bug? Or, what do you want to do with Blockly that your proposed feature would enable?_ |
| 12 | +<!-- TODO: Please describe the problem. |
| 13 | + - Is it a bug report (something didn't work the way you expected), |
| 14 | + - or a feature request (something new you think would improve Blockly)? |
| 15 | + --> |
15 | 16 |
|
16 | 17 | ### Expected Behavior
|
17 | 18 |
|
18 |
| -_Please describe what should happen. Include screenshots if applicable._ |
| 19 | +<!-- TODO: Please describe what should happen. |
| 20 | + - Include screenshots if applicable. |
| 21 | + --> |
19 | 22 |
|
20 | 23 | ### Actual Behavior
|
21 | 24 |
|
22 |
| -_Describe what actually happens. Include screenshots if applicable._ |
| 25 | +<!-- TODO: Describe what actually happens. |
| 26 | + - Include screenshots if applicable. |
| 27 | + --> |
23 | 28 |
|
24 | 29 | ### Steps to Reproduce
|
25 | 30 |
|
26 |
| -_Explain what someone needs to do in order to see what's described in *Actual behavior* above_ |
| 31 | +<!-- TODO: Explain what someone needs to do in order to see |
| 32 | + - what's described in *Actual behavior* above |
| 33 | + --> |
| 34 | + |
| 35 | +1. Start by.. |
| 36 | +2. Next, do.. |
27 | 37 |
|
28 | 38 | ### Stack Traces
|
29 | 39 |
|
30 |
| -``` |
31 |
| -Please open up the console. If you see any Blockly-related errors, paste them here. |
| 40 | +<!-- TODO: Please open up the console. If you see any Blockly-related errors, |
| 41 | + - paste them between the quotes below. |
| 42 | + - |
| 43 | + - Ignore any instances of... |
| 44 | + - "Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()." |
| 45 | + --> |
32 | 46 |
|
33 |
| -Ignore any instances of "Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()." |
| 47 | +``` |
| 48 | +Replace with error stack trace. |
34 | 49 | ```
|
35 | 50 |
|
36 | 51 | ### Operating System and Browser
|
37 | 52 |
|
38 |
| -_Remove this hint: these checkboxes can be checked like this: [x]_ |
| 53 | +<!-- TODO: If this issue is browser specific, uncomment the systems you have tested. --> |
39 | 54 |
|
40 |
| -- [ ] Desktop: |
41 |
| - - [ ] Chrome |
42 |
| - - [ ] Firefox |
43 |
| - - [ ] Safari |
44 |
| - - [ ] Opera |
45 |
| - - [ ] IE 10+ |
46 |
| - - [ ] IE 11 |
47 |
| - - [ ] EDGE |
| 55 | +<!-- * Desktop Chrome --> |
| 56 | +<!-- * Desktop Firefox --> |
| 57 | +<!-- * Desktop Safari --> |
| 58 | +<!-- * Desktop Opera --> |
| 59 | +<!-- * Windows Internet Explorer 10 --> |
| 60 | +<!-- * Windows Internet Explorer 11 --> |
| 61 | +<!-- * Windows Edge --> |
48 | 62 |
|
49 |
| -- [ ] Smartphone/Tablet/Chromebook (please complete the following information): |
50 |
| - - Device: [e.g. iPhone6] |
51 |
| - - OS: [e.g. iOS8.1] |
52 |
| - - Browser [e.g. stock browser, safari] |
53 |
| - - Version [e.g. 22] |
| 63 | +<!-- |
| 64 | +* Smartphone/Tablet/Chromebook (please complete the following information): |
| 65 | + * Device: [e.g. iPhone6] |
| 66 | + * OS: [e.g. iOS8.1] |
| 67 | + * Browser [e.g. stock browser, safari] |
| 68 | + * Version [e.g. 22] |
| 69 | +--> |
54 | 70 |
|
55 | 71 | ### Additional Information
|
56 | 72 |
|
57 |
| -_Anything else we should know?_ |
| 73 | +<!-- Anything else we should know? --> |
0 commit comments