Thanks for thinking about contributing. This repository is the governance and documentation hub for the whole CeloHT ecosystem, so the quality bar for changes here matters - it's often the first thing a new contributor, partner, or funder reads.
Everyone participating in this project is expected to follow our
CODE_OF_CONDUCT.md.
- Documentation improvements - clarity, translations, fixing errors
- New examples in
examples/ - Improvements to the scripts in
scripts/andtools/ - Improvements to GitHub Actions workflows
- Governance proposals, raised as a Discussion rather than a direct Pull Request
- Fork the repository and create a branch with a descriptive name
(for example:
docs/improve-developer-guide). - Make your changes, keeping
docs/repository-guide.mdin mind. - Test locally: run
scripts/validate.shto check Markdown, YAML, and links. - Open a Pull Request using our PR template.
- Respond to review - a maintainer will look at it and may ask for changes.
- Once approved, a maintainer will merge it.
- Write clearly, in plain English, without unnecessary jargon.
- No placeholder text, "coming soon" sections, or broken links.
- Every document should have a clear purpose and stay consistent with the rest of the docs.
- Follow the Markdown style rules in
.markdownlint.yaml.
We follow Conventional Commits:
docs: add a section on the governance model
fix: correct broken link in docs/faq.md
feat(scripts): add a link validation script
Ask in GitHub Discussions or
check SUPPORT.md.