Skip to content

Commit 4026bd4

Browse files
Add Github pull request template
Add Github pull request template
2 parents 5b9f56d + ffe3ca2 commit 4026bd4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- Comment:
2+
A great PR typically begins with the lines below.
3+
Please note that:
4+
- The contents of this comment block are not shown in the pull request body.
5+
- Once a new pull request is opened in the project
6+
or new commit to an existing pull request will start a new build
7+
to automatically update the status of every commit on every branch.
8+
Read https://confluence.silabs.com/display/SCLP/GitHub+Pull+Request+Jenkins for more.
9+
- To disable the PR bot, keyword [NOCHECKS] should be added to the PR description.
10+
-->
11+
12+
**[Description]**
13+
Hi There,
14+
This is a short description of a pull request.
15+
It can be multiline with empty lines as well.
16+
17+
**[Files]**
18+
- inc/driver.h
19+
- src/driver.c
20+
- test/app.c
21+
- etc.
22+
23+
**[Video]**
24+
- https://www.dropbox.com/s/xly3vc68dvkj2rt/pull_request_template.mp4?dl=0

0 commit comments

Comments
 (0)