Skip to content

Commit 1f961c9

Browse files
authored
Create pull_request_template.md
1 parent 416a967 commit 1f961c9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/pull_request_template.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!--- Please remember to review the [contribution guidelines](https://github.com/DataDog/datadog-lambda-layer-python/blob/master/CONTRIBUTING.md) if you have not yet done so._ --->
2+
3+
### What does this PR do?
4+
5+
<!--- A brief description of the change being made with this pull request. --->
6+
7+
### Motivation
8+
9+
<!--- What inspired you to submit this pull request? --->
10+
11+
### Testing Guidelines
12+
13+
<!--- How did you test this pull request? --->
14+
15+
### Additional Notes
16+
17+
<!--- Anything else we should know when reviewing? --->
18+
19+
### Types of changes
20+
21+
- [ ] Bug fix
22+
- [ ] New feature
23+
- [ ] Breaking change
24+
- [ ] Misc (docs, refactoring, dependency upgrade, etc.)
25+
26+
### Checklist
27+
28+
- [ ] This PR's description is comprehensive
29+
- [ ] This PR contains breaking changes that are documented in the description
30+
- [ ] This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future
31+
- [ ] This PR impacts documentation, and it has been updated (or a ticket has been logged)
32+
- [ ] This PR's changes are covered by the automated tests
33+
- [ ] This PR collects user input/sensitive content into Datadog

0 commit comments

Comments
 (0)