From 30b93a0d0779cb7129f4824ba25c626beed685e0 Mon Sep 17 00:00:00 2001 From: Jeremy Herve Date: Mon, 8 May 2023 13:20:38 +0200 Subject: [PATCH] General: add PR template This should help folks craft Pull Request descriptions that are as helpful as they can be. --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..49ff40e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +Fixes # + +## Proposed changes: + +* + +### Other information: + +- [ ] Have you written new tests for your changes, if applicable? + +## Testing instructions: + + + + + + +* Go to '..' +* +