From 28314190a8523086b7e38c550e0b377671087d34 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Wed, 31 May 2023 22:39:59 +0200 Subject: add a PR template --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.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..e82ce84 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +# Description + +Please describe the changes you want to make and why. Please also provide an explanation of the implementation. +As a rule of thumb, give as much detail as you would want to see if you were to review this PR. + +If this PR closes an issue, please reference it with something like "Closes #issue". + +# Checklist + +- [ ] I added tests for my changes and they pass -- cgit v1.2.3