Skip to content

Commit 44117fb

Browse files
authored
Merge pull request #54 from GitGuardian/pull-request-template
Create pull_request_template.md
2 parents d2af29f + e05f98b commit 44117fb

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/pull_request_template.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## Context
2+
3+
<!--
4+
Explain why you propose these changes. You can add links to GitHub issues here, if relevant.
5+
-->
6+
7+
## What has been done
8+
9+
<!--
10+
If the changes are non-trivial, describe them to make it easier for reviewers to understand them.
11+
12+
For example:
13+
14+
- Refactor Foo to support Bar, this required doing x, y and z.
15+
- Implement Bar.
16+
-->
17+
18+
## Validation
19+
20+
<!--
21+
Describe how to validate your changes.
22+
23+
For example:
24+
25+
- Clone repository https://example.com/git/repo.
26+
- cd into `repo`.
27+
- it should do x.
28+
-->
29+
30+
## PR check list
31+
32+
- [ ] As much as possible, the changes include tests
33+
- [ ] If the changes affect the end user (new feature, behavior change, bug fix) then the PR has a changelog entry.
34+

0 commit comments

Comments
 (0)