Contributing Guide
Thank you for your interest in contributing to AuditorIA!
Code of Conduct
Please be respectful and considerate. We adhere to the Contributor Covenant (opens in a new tab).
Pull Request Process
- Fork the repository.
- Create a feature branch:
git checkout -b feature/amazing-feature. - Commit your changes:
git commit -m "Add amazing feature". - Push to the branch:
git push origin feature/amazing-feature. - Open a Pull Request.
Coding Standards
- Frontend: TypeScript, ESLint, Prettier.
- Backend: Python (PEP 8), Pydantic, Ruff/Black.
- Commits: Use Conventional Commits (opens in a new tab).