Skip to content

Commit 52a6e8a

Browse files
author
Janne Kiiskila
committed
Pull request template
Reminder type of pull request template to help us perhaps remember better certain things. - Add missing link Change-Id: I868dd2ec737f4cf977747b551b1d385579339683 Signed-off-by: Janne Kiiskila <janne.kiiskila@pelion.com>
1 parent 00a1fd8 commit 52a6e8a

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Pull Request Checklist
2+
3+
## Description
4+
5+
```
6+
submitter: Please add a description of your PR here.
7+
```
8+
9+
## Test plan
10+
11+
```
12+
submitter: Write here a way to test your changes. What needs to be done to fully see the impact of your changes?
13+
```
14+
15+
## Check list
16+
17+
```
18+
submitter: Please update the list below. You can mark sections as `not applicable` if they are not applicable for this pull request.
19+
When some check is not necessary for this PR then please state a reason why it can be omitted.
20+
```
21+
22+
- [ ] pull request is targeting `dev` branch
23+
- [ ] commits have been signed-off
24+
- [ ] documentation has been updated
25+
- [ ] build scripts and jenkins scripts have been updated
26+
- [ ] new configuration has been documented
27+
- [ ] necessary log entries have been added or updated
28+
- [ ] tests have been updated
29+
30+
## Licensing
31+
32+
I hereby confirm and sign-off the work is of my original doing and adheres to the
33+
[existing MIT license](https://github.com/PelionIoT/manifest-lmp-pelion-edge/blob/master/LICENSE) in this repository.
34+
35+
- [ ] confirm MIT license compliance
36+
37+

0 commit comments

Comments
 (0)