10000 Update pull_request_template.md · DataDog/datadog-lambda-python@2e45dd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e45dd5

Browse files
authored
Update pull_request_template.md
1 parent 2f667ea commit 2e45dd5

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,34 @@
1-
_Note: Please remember to review the [contribution guidelines](https://github.com/DataDog/datadog-lambda-layer-python/blob/master/CONTRIBUTING.md)
2-
if you have not yet done so._
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._ --->
32

43
### What does this PR do?
54

6-
A brief description of the change being made with this pull request.
5+
<!--- A brief description of the change being made with this pull request. --->
76

87
### Motivation
98

10-
What inspired you to submit this pull request?
9+
<!--- What inspired you to submit this pull request? --->
1110

1211
### Testing Guidelines
1312

14-
How did you test this pull request?
13+
<!--- How did you test this pull request? --->
1514

1615
### Additional Notes
1716

18-
Anything else we should know when reviewing?
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.)
1925

2026
### Checklist
2127

22-
- [ ] Member of the Datadog team has run integration tests and updated snapshots if necessary
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
34+
- [ ] This PR passes the integration tests (ask a Datadog member to run the tests)

0 commit comments

Comments
 (0)
0