From 5a77bd9cf1f2e328d119f98d8bc446acf7171197 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 29 Jan 2024 19:35:32 +0000 Subject: [PATCH] Create pull_request_template.md --- .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 + +----