From e13fa326ffa9cba58cb2666b27c6742d1937b1d9 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 29 Jan 2024 22:41:08 +0000 Subject: [PATCH] Create pull_request_template.md (#218) --- .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 000000000..4fcf8fd03 --- /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 + +----