Skip to content

Commit 21797dc

Browse files
author
Michael Gasch
authored
Merge pull request #28 from embano1/issue-3
2 parents 41fc9a7 + a0e1078 commit 21797dc

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+
## Description
2+
3+
Please include a summary of the change and which issue is fixed. Please also
4+
include relevant motivation and context. List any dependencies that are required
5+
for this change.
6+
7+
Closes: #(issue-number)
8+
9+
## Type of change
10+
11+
Please mark options that are relevant:
12+
13+
- [ ] Bug fix (non-breaking change which fixes an issue)
14+
- [ ] New feature (non-breaking change which adds functionality)
15+
- [ ] Breaking change (fix or feature that would cause existing functionality to
16+
not work as expected)
17+
- [ ] This change requires a documentation update
18+
19+
## How Has This Been Tested?
20+
21+
Please describe the tests that you ran to verify your changes. Provide
22+
instructions so we can reproduce. If applicable, please also list any relevant
23+
details for your test configuration.
24+
25+
- [ ] Test Description 1
26+
- [ ] Test Description 2
27+
28+
**Test Configuration**:
29+
* Toolchain:
30+
* SDK:
31+
* (add more if needed)
32+
33+
## Checklist:
34+
35+
- [ ] My code follows the contribution
36+
[guidelines](https://github.com/cloudevents/sdk-powershell/blob/main/CONTRIBUTING.md)
37+
of this project
38+
- [ ] I have commented my code, particularly in hard-to-understand areas
39+
- [ ] I have made corresponding changes to the documentation
40+
- [ ] I have added tests that prove my fix is effective or that my feature works
41+
- [ ] New and existing unit tests pass locally with my changes
42+
- [ ] Any dependent changes have been merged and published in downstream modules

0 commit comments

Comments
 (0)