From 03ac10d0647486a06798df24d00ab8c912aae18f Mon Sep 17 00:00:00 2001 From: Michael Derynck Date: Wed, 12 Oct 2022 09:36:58 -0600 Subject: [PATCH] Add simple pull request template --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 00000000..d70b0e4f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +**What this PR does**: + +**Which issue(s) this PR fixes**: + +**Checklist** +- [ ] Tests updated +- [ ] Documentation added +- [ ] `CHANGELOG.md` updated \ No newline at end of file