diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d8ba0e32e..accf40a74 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,20 +5,15 @@ Fixes #[issue number] by @[issue author] ## Description + -## Technical details - - -## Tests +## Testing Instructions -## Screenshots - - ## Checklist - [ ] My pull request has a descriptive title (not a vague title like `Update index.md`). -- [ ] My pull request targets the *default* branch of the repository (`main` or `master`). +- [ ] My pull request targets the *default* branch of the repository (`main`) or a parent feature branch. - [ ] My commit messages follow [best practices][best_practices]. - [ ] My code follows the established code style of the repository. - [ ] I added or updated tests for the changes I made (if applicable).