Skip to content

Commit 236ac07

Browse files
author
James Gregg
committed
docs: Add standard PR template
Signed-off-by: James Gregg <james.r.gregg@intel.com>
1 parent 49700eb commit 236ac07

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## PR Checklist
2+
Please check if your PR fulfills the following requirements:
3+
4+
- [ ] The commit message follows our guidelines: https://wiki.edgexfoundry.org/display/FA/Contributor%27s+Guide
5+
- [ ] Tests for the changes have been added (for bug fixes / features)
6+
- [ ] Docs have been added / updated (for bug fixes / features)
7+
8+
## PR Type
9+
What kind of change does this PR introduce?
10+
<!-- Please check the one that applies to this PR using "x". -->
11+
12+
- [ ] Bugfix
13+
- [ ] Feature
14+
- [ ] Code style update (formatting, local variables)
15+
- [ ] Refactoring (no functional changes, no api changes)
16+
- [ ] Build related changes
17+
- [ ] CI related changes
18+
- [ ] Documentation content changes
19+
- [ ] Other... Please describe:
20+
21+
22+
## What is the current behavior?
23+
<!-- Please describe the current behavior and link to a relevant issue. -->
24+
25+
Issue Number:
26+
27+
28+
## What is the new behavior?
29+
30+
31+
## Does this PR introduce a breaking change?
32+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
33+
34+
- [ ] Yes
35+
- [ ] No
36+
37+
## Are there any new imports or modules? If so, what are they used for and why?
38+
39+
40+
## Are there any specific instructions or things that should be known prior to reviewing?
41+
42+
## Other information

0 commit comments

Comments
 (0)