mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

Revision:
0:b74591d5ab33
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.github/pull_request_template.md	Mon Dec 11 17:54:04 2017 +0000
@@ -0,0 +1,39 @@
+Notes:
+- Pull requests will not be accepted until the submitter has agreed to the [contributer agreement](https://github.com/ARMmbed/mbed-os/blob/master/CONTRIBUTING.md).
+- This is just a template, so feel free to use/remove the unnecessary things
+
+## Description
+
+A few sentences describing the overall goals of the pull request's commits.
+
+## Status
+
+**READY/IN DEVELOPMENT/HOLD**
+
+## Migrations
+
+If this PR changes any APIs or behaviors, give a short description of what *API users* should do when this PR is merged.
+
+YES | NO
+
+## Related PRs
+
+List related PRs against other branches:
+
+branch | PR
+------ | ------
+other_pr_production | [link]()
+other_pr_master | [link]()
+
+## Todos
+
+- [ ] Tests
+- [ ] Documentation
+
+## Deploy notes
+
+Notes regarding the deployment of this PR. These should note any required changes in the build environment, tools, compilers and so on.
+
+## Steps to test or reproduce
+
+Outline the steps to test or reproduce the PR here.