From e82b7211e43607d57768a44b2f1324db9bc76f18 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 10 Jun 2021 23:03:45 +0200 Subject: [PATCH] Add easier how-to for checklist (#7813) --- .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.