From d377e623e2aa930ec51f004a2504b11b4af14e37 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 10 Jun 2021 22:50:54 +0200 Subject: [PATCH] Add easier how-to for checklist --- .github/PULL_REQUEST_TEMPLATE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dc16a47b170..560538efe4a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,12 +7,12 @@ The title of the PR must not reference an issue, because GitHub does not support -- [ ] Change in `CHANGELOG.md` described in a way that is understandable for the average user (if applicable) -- [ ] Tests created for changes (if applicable) -- [ ] Manually tested changed features in running JabRef (always required) -- [ ] Screenshots added in PR description (for UI changes) -- [ ] [Checked documentation](https://docs.jabref.org/): Is the information available and up to date? If not created an issue at or, even better, submitted a pull request to the documentation repository. +- [] Change in `CHANGELOG.md` described in a way that is understandable for the average user (if applicable) +- [] Tests created for changes (if applicable) +- [] Manually tested changed features in running JabRef (always required) +- [] Screenshots added in PR description (for UI changes) +- [] [Checked documentation](https://docs.jabref.org/): Is the information available and up to date? If not created an issue at or, even better, submitted a pull request to the documentation repository.