File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments