Code of
Contribution

We maintain high standards to ensure the software we build together is production-ready. Here is how we ship.

Documentation

Every PR must include updated documentation. If you add a feature, explain how it works.

Clean Commits

Use descriptive commit messages. Squash small fix-ups to keep the repository history readable.

Review Process

Every contribution requires at least one mentor approval. Be patient and responsive to feedback.

The PR Workflow

1

Fork the repository and create a feature branch.

2

Run local tests and ensure no regression.

3

Open a Draft PR to signal your work-in-progress.

4

Request review once the logic is finalized.

5

Address mentor feedback and merge.