From a0dcd53659c49ba9f677ae1bc5828c459788ead9 Mon Sep 17 00:00:00 2001 From: FFMMM Date: Fri, 22 Apr 2022 12:41:44 -0700 Subject: [PATCH] add a general pull request template (#12827) Co-authored-by: Dan Upton --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..5c2b044e1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +### Description +Describe why you're making this change, in plain English. + +### Testing & Reproduction steps +* In the case of bugs, describe how to replicate +* If any manual tests were done, document the steps and the conditions to replicate +* Call out any important/ relevant unit tests, e2e tests or integration tests you have added or are adding + +### Links +Include any links here that might be helpful for people reviewing your PR (Tickets, GH issues, API docs, external benchmarks, tools docs, etc). If there are none, feel free to delete this section. + +Please be mindful not to leak any customer or confidential information. HashiCorp employees may want to use our internal URL shortener to obfuscate links. + +### PR Checklist + +* [ ] updated test coverage +* [ ] external facing docs updated +* [ ] not a security concern +* [ ] checklist [folder](./../docs/config) consulted