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 + +----