Files
blockly/.github/PULL_REQUEST_TEMPLATE.md
Beka Westberg 7c762084f9 chore: update PR template for test requirements (#6183)
* chore: update PR template for test requirements

* fix: PR comments
2022-06-02 14:54:25 -07:00

53 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. -->
### 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 do one of the following:
- * Create unit tests, and explain here how they cover your changes.
- * List steps you used for manual testing, and explain how they cover
- your changes.
-->
### 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? -->