Skip to content

Commit

Permalink
feat(Repo): Add template for new Pull Requests [#71]
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Dec 22, 2016
1 parent 830d266 commit d590cca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. -->

**Summary**

<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->

**Test plan**

<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. -->
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Pull request title must be in imperative, present tense (e.g. "add", "fix", "change") [read more...](https://gitmagic.io/rules/#/pull-request/subject-must-be-in-tense)
* Pull request description must include verification steps [read more...](https://gitmagic.io/rules/#/pull-request/body-must-include-verification-steps)
* Pull request description must include a screenshot [read more...](https://gitmagic.io/rules/#/pull-request/body-must-include-screenshot)
* New Pull Requests will follow this [PR Template](.github/PULL_REQUEST_TEMPLATE.md)
* Write unit tests to match existing test coverage
* More with GitHub.com documentation on [Contributing to a Project](https://guides.github.com/activities/contributing-to-open-source/#contributing)

Expand Down

0 comments on commit d590cca

Please sign in to comment.