From a57de2180d44b3f6661d1bd79afdafc5923da3a2 Mon Sep 17 00:00:00 2001 From: Tian Chu Date: Thu, 28 May 2020 10:23:42 -0400 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 44ec11b1..8e39ab21 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,18 +1,33 @@ -*Note: Please remember to review the [contribution guidelines](https://github.com/DataDog/datadog-lambda-go/blob/master/CONTRIBUTING.md) -if you have not yet done so.* + ### What does this PR do? -A brief description of the change being made with this pull request. + ### Motivation -What inspired you to submit this pull request? + ### Testing Guidelines -How did you test this pull request? + ### Additional Notes -Anything else we should know when reviewing? + + +### Types of changes + +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Misc (docs, refactoring, dependency upgrade, etc.) + +### Checklist + +- [ ] This PR's description is comprehensive +- [ ] This PR contains breaking changes that are documented in the description +- [ ] This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future +- [ ] This PR impacts documentation, and it has been updated (or a ticket has been logged) +- [ ] This PR's changes are covered by the automated tests +- [ ] This PR collects user input/sensitive content into Datadog