diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 66d84972705..9ab8ddf4acd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,21 +1,27 @@ - - -Describe the changes you have made here: what, why, ... + - + + +Closes _____ +Describe the changes you have made here: what, where, why, ... +If your work is not yet complete, please open a draft pull request. In that case, outline your intended next steps. Do you need feedback? Will you continue in parallel? ... ### Mandatory checks - [x] I own the copyright of the code submitted and I licence it under the [MIT license](https://github.com/JabRef/jabref/blob/main/LICENSE) - [ ] Change in `CHANGELOG.md` described in a way that is understandable for the average user (if change is visible to the user) - [ ] Tests created for changes (if applicable) - [ ] Manually tested changed features in running JabRef (always required) -- [ ] Screenshots added in PR description (for UI changes) +- [ ] Screenshots added in PR description (if change is visible to the user) - [ ] [Checked developer's documentation](https://devdocs.jabref.org/): Is the information available and up to date? If not, I outlined it in this pull request. - [ ] [Checked documentation](https://docs.jabref.org/): Is the information available and up to date? If not, I created an issue at or, even better, I submitted a pull request to the documentation repository.