From 36820b13e26bb8d37b6b1efc28305bdb63d9708b Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 19 Jul 2024 14:40:45 +0100 Subject: [PATCH] Create pull_request_template.md (#36) --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..4fcf8fd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ + + +Resolves #ISSUE_NUMBER + +---- + +### Before the change? + + +* + +### After the change? + + +* + +### Pull request checklist +- [ ] Tests for the changes have been added (for bug fixes/features) +- [ ] Docs have been reviewed and added/updated if needed (for bug fixes/features) + +### Does this introduce a breaking change? + + +- [ ] Yes +- [ ] No + +----