This template provides standardized configurations for development workflows, code quality enforcement, and automated compliance checks. It helps teams quickly set up consistent and high-quality development processes.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Any contributions to this repository need to follow the following guidelines.
- Clone the repository locally
- Activate the git hooks (
git config core.hooksPath .githooks) - Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request