- Fork the repository.
- Create a feature branch:
git checkout -b feature/<name>. - Install dependencies:
npm install.
- Use TypeScript for all new logic.
- Follow the Module structure:
graph LR
target --> scheduler --> check --> summary --> alert --> system
- Ensure every new service has a corresponding documentation file in
docs/modules/.
- Update the
README.mdif you change environment variables. - Ensure the code passes all linting rules.
- Request a review from Forgata.