Skip to content

Commit c32b822

Browse files
authored
Merge pull request #6078 from 0xc0170/dev_template_pr
Pull request template update
2 parents 5c7cd1f + 775a1fb commit c32b822

File tree

1 file changed

+8
-36
lines changed

1 file changed

+8
-36
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,11 @@
1-
Notes:
2-
- 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).
3-
- This is just a template, so feel free to use/remove the unnecessary things
1+
# Description
42

5-
## Description
3+
> Detailed changes summary | testing | dependencies
4+
> Good example: https://os.mbed.com/docs/latest/reference/guidelines.html#workflow (Pull request template)
65
7-
A few sentences describing the overall goals of the pull request's commits.
6+
# Pull request type
87

9-
## Status
10-
11-
**READY/IN DEVELOPMENT/HOLD**
12-
13-
## Migrations
14-
15-
If this PR changes any APIs or behaviors, give a short description of what *API users* should do when this PR is merged.
16-
17-
YES | NO
18-
19-
## Related PRs
20-
21-
List related PRs against other branches:
22-
23-
branch | PR
24-
------ | ------
25-
other_pr_production | [link]()
26-
other_pr_master | [link]()
27-
28-
## Todos
29-
30-
- [ ] Tests
31-
- [ ] Documentation
32-
33-
## Deploy notes
34-
35-
Notes regarding the deployment of this PR. These should note any required changes in the build environment, tools, compilers and so on.
36-
37-
## Steps to test or reproduce
38-
39-
Outline the steps to test or reproduce the PR here.
8+
- [ ] Fix
9+
- [ ] Refactor
10+
- [ ] New Target
11+
- [ ] Feature

0 commit comments

Comments
 (0)