mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
60 lines
1.6 KiB
Markdown
60 lines
1.6 KiB
Markdown
<!--
|
|
- Thanks for submitting code to Blockly! Please fill out the following as part of
|
|
- your pull request so we can review your code more easily.
|
|
-->
|
|
|
|
## The basics
|
|
|
|
<!-- TODO: Verify the following, checking each box with an 'x' between the brackets: [x] -->
|
|
|
|
- [ ] I branched from develop
|
|
- [ ] My pull request is against develop
|
|
- [ ] My code follows the [style guide](https://developers.google.com/blockly/guides/modify/web/style-guide)
|
|
|
|
## The details
|
|
### Resolves
|
|
|
|
<!-- TODO: What Github issue does this resolve? Please include a link. -->
|
|
|
|
### Proposed Changes
|
|
|
|
<!-- TODO: Describe what this Pull Request does. Include screenshots if applicable. -->
|
|
|
|
### Reason for Changes
|
|
|
|
<!--TODO: Explain why these changes should be made. Include screenshots if applicable. -->
|
|
|
|
### Test Coverage
|
|
|
|
<!-- TODO: Please show how you have added tests to cover your changes,
|
|
- or tell us how you tested it. For each systems you tested,
|
|
- uncomment the systems in the list below.
|
|
-->
|
|
|
|
Tested on:
|
|
<!-- * Desktop Chrome -->
|
|
<!-- * Desktop Firefox -->
|
|
<!-- * Desktop Safari -->
|
|
<!-- * Desktop Opera -->
|
|
<!-- * Windows Internet Explorer 10 -->
|
|
<!-- * Windows Internet Explorer 11 -->
|
|
<!-- * Windows Edge -->
|
|
|
|
<!--
|
|
* Smartphone/Tablet/Chromebook (please complete the following information):
|
|
* Device: [e.g. iPhone6]
|
|
* OS: [e.g. iOS8.1]
|
|
* Browser [e.g. stock browser, safari]
|
|
* Version [e.g. 22]
|
|
-->
|
|
|
|
### Documentation
|
|
|
|
<!-- TODO: Does any documentation need to be created or updated because of this PR?
|
|
- If so please explain.
|
|
-->
|
|
|
|
### Additional Information
|
|
|
|
<!-- Anything else we should know? -->
|