Skip to content

Commit

Permalink
chore: add PR template (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Sep 6, 2023
1 parent 11e2600 commit af95f13
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
- 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 [validated my changes](https://developers.google.com/blockly/guides/contribute/samples#making_and_verifying_a_change)

## 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. -->

### 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? -->

0 comments on commit af95f13

Please sign in to comment.