Skip to content
Snippets Groups Projects
Commit 75fda8a4 authored by Schrödter, Tobias's avatar Schrödter, Tobias
Browse files

Add merge request template with check list for reviewers

parent 67421bd2
No related branches found
No related tags found
1 merge request!217Add merge request template with check list for reviewers
**Add your decription here**
# Reviewer Checklist
## General code quality
- [ ] naming conventions are met (see .clang-tidy for detailed information)
- [ ] no static analyzer warnings in new code parts (e.g., use clang-tidy for checking)
## General usability
- [ ] old versions of pet-files are still loadable
## Only if changes in UI
- [ ] new elements are also saved and loaded from pet-file
- [ ] check if tab order is still correct
- [ ] all new SpinBoxes are promoted
- [ ] new keybindings added to `Petrack::keyBindings()`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment