Skip to main content

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

  1. Fork and clone repository
  2. Create feature branch
  3. Make changes with tests
  4. Run linting and tests
  5. Submit pull request

Common mistakes

  • Not running tests before PR
  • Ignoring code style guidelines
  • Not updating documentation