.github/PULL_REQUEST_TEMPLATE.md
## Definition of Done
### General
- [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org)
- [ ] Test manually the implemented changes
- [ ] Validate the code quality (indentation, syntax, style, simplicity, readability)
### Security
- [ ] Consider the security impact of the changes made