From 0556991be871eaa4e8a98246874f7f8fdf35fe63 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 18 Oct 2021 23:53:37 -0400 Subject: [PATCH] add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 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 0000000..8213023 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +### Motivation + +*Replace this line with why you are making this change.* + +### Have you... + + - [] Written a sample in `_samples`? + - [] Updated documentation in the `docs/` folder? + - [] Linked this PR to an issue? + - [] Written any automated tests? + - [] Refactored your code to be maintainable? + +The above things are not required, but appreciated.