From c25195c178c81170fed3b236dffff3768989ae87 Mon Sep 17 00:00:00 2001 From: Zack Stickles Date: Wed, 27 May 2020 09:49:52 -0700 Subject: [PATCH] feat: added a pull request template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 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..b5336a6de --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +## Description +Add a short description about the purpose of this PR here. + +## Reviewer Notes +If there are links or steps needed to test this work, add them here. + +## Related Issue(s) / Ticket(s) +If there are any related [GitHub Issues](https://github.com/newrelic/developer-website/issues) or JIRA tickets, add links to them here. +* [issue]() + +## Screenshot(s) +If relevant, add screenshots here.