Contributing Guide
How to contribute to the Kexra project.
Why this exists
Contributions from the community help improve and grow Kexra.
How it works
Follow the development workflow: setup, branch, code, test, commit, PR.
Examples
- Fork and clone repository
- Create feature branch
- Make changes with tests
- Run linting and tests
- Submit pull request
Common mistakes
- Not running tests before PR
- Ignoring code style guidelines
- Not updating documentation