From 6e079f81ebe13526b66f6177f6a09da63c2f44bf Mon Sep 17 00:00:00 2001 From: Eric Carmichael Date: Mon, 27 Jan 2020 08:45:08 -0800 Subject: [PATCH] add pr template --- .github/pull_request_template.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 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..e52c51002 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ +# Template +This is a template. While not all sections are necessary, depending on the size and complexity of the PR, +more information is better. + +# @ mention of reviewers +... + + +# A brief description of the purpose of the changes contained in this PR. +... + + +# Known issues to be addressed in a separate PR +... + + +# A checklist for hand testing +- [ ] add checklist here + + +# Any relevant files for testing +[link]('#') to any relevant files (or drag and drop into github) + + +# Misc. comments +... + + +# Checklist +- [ ] Code review by me +- [ ] Hand tested by me +- [ ] I'm proud of my work +- [ ] Code review by reviewer +- [ ] Hand tested by reviewer +- [ ] Ready to merge