Skip to content

Commit

Permalink
Format PR template to fix checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Dec 4, 2023
1 parent 6e37e97 commit 5342ce1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/pull_request_template.md
Expand Up @@ -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

0 comments on commit 5342ce1

Please sign in to comment.