mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
54 lines
1.5 KiB
Markdown
54 lines
1.5 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)
|
|
- [ ] I ran `npm run format` and `npm run lint`
|
|
|
|
## The details
|
|
### Resolves
|
|
|
|
<!-- TODO: What Github issue does this resolve? Please include a link. -->
|
|
Fixes
|
|
|
|
### Proposed Changes
|
|
|
|
<!-- TODO: Describe what this Pull Request does. Include screenshots if applicable. -->
|
|
|
|
#### Behavior Before Change
|
|
|
|
<!--TODO: Image, gif or explanation of behavior before this pull request. -->
|
|
|
|
#### Behavior After Change
|
|
|
|
<!--TODO: Image, gif or explanation of behavior after this pull request. -->
|
|
|
|
### Reason for Changes
|
|
|
|
<!--TODO: Explain why these changes should be made. Include screenshots if applicable. -->
|
|
|
|
### Test Coverage
|
|
|
|
<!-- TODO: Please create unit tests, and explain here how they cover
|
|
your changes, or tell us how you tested it manually. If
|
|
your changes include browser-specific behaviour, include
|
|
information about the browser and device that you used for
|
|
testing. -->
|
|
|
|
### 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? -->
|