From 5342ce1461de03fa6c683bbb3419399d4964196d Mon Sep 17 00:00:00 2001 From: Sebastian Wolf <65733509+phanlezz@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:12:39 +0100 Subject: [PATCH] Format PR template to fix checkboxes --- .github/pull_request_template.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4641bff39d..552ba2c556 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,11 +13,11 @@ _**Please read the [CONTRIBUTING.md](https://github.com/MaibornWolff/codecharta/ ## Definition of Done A PR is only ready for merge once all the following acceptance criteria are fulfilled: --[ ] Changes have been manually tested --[ ] All TODOs related to this PR have been closed --[ ] There are automated tests for newly written code and bug fixes --[ ] All bugs discovered while working on this PR have been submitted as issues (if not already an open issue) --[ ] Documentation (GH-pages, analysis/visualization READMEs, parser READMEs, --help, etc.) has been updated (almost always necessary except for bug fixes) --[ ] CHANGELOG.md has been updated +- [ ] Changes have been manually tested +- [ ] All TODOs related to this PR have been closed +- [ ] There are automated tests for newly written code and bug fixes +- [ ] All bugs discovered while working on this PR have been submitted as issues (if not already an open issue) +- [ ] Documentation (GH-pages, analysis/visualization READMEs, parser READMEs, --help, etc.) has been updated (almost always necessary except for bug fixes) +- [ ] CHANGELOG.md has been updated ## Screenshots or gifs