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

1.2 KiB

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

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?