Files
blockly/.github/PULL_REQUEST_TEMPLATE.md
Rachel Fenichel 05e24497c6 Create .github folder and add pull request template and issue template (#1314)
* Create .github folder and move CONTRIBUTING.md to the new folder

* Add pull request template and issue template

* Update ISSUE_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md

* Update ISSUE_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md
2017-09-14 16:29:30 -07:00

46 lines
1.2 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
- [ ] 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
_What Github issue does this resolve (please include link)?_
### Proposed Changes
_Describe what this Pull Request does. Include screenshots if applicable._
### Reason for Changes
_Explain why these changes should be made. Include screenshots if applicable._
### Test Coverage
_Please show how you have added tests to cover your changes, or tell us how you tested it and on which platforms._
Tested on:
_Remove this hint: these checkboxes can be checked like this: [x]_
- [ ] Desktop:
- [ ] Chrome
- [ ] Firefox
- [ ] Safari
- [ ] Opera
- [ ] IE 10+
- [ ] IE 11
- [ ] 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]
### Additional Information
_Anything else we should know?_