Merge pull request #6078 from 0xc0170/dev_template_pr

Pull request template update
pull/6160/head
Martin Kojtal 2018-02-22 08:25:16 +01:00 committed by GitHub
commit c32b822bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 36 deletions

View File

@ -1,39 +1,11 @@
Notes: # Description
- 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 > Detailed changes summary | testing | dependencies
> Good example: https://os.mbed.com/docs/latest/reference/guidelines.html#workflow (Pull request template)
A few sentences describing the overall goals of the pull request's commits. # Pull request type
## Status - [ ] Fix
- [ ] Refactor
**READY/IN DEVELOPMENT/HOLD** - [ ] New Target
- [ ] Feature
## 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.