-
Notifications
You must be signed in to change notification settings - Fork 0
FIRST_CONTRIBUTION.md
Welcome to CeloHT!
Thank you for your interest in contributing to our open-source community. Every contribution big or small helps us build a more inclusive and sustainable financial ecosystem.
Please read:
- Getting Started
- Contributing Guide
- Code of Conduct
- Governance
These documents explain how our community works and how decisions are made.
You don't have to write code to make an impact.
You can contribute by:
- Improving documentation
- Fixing grammar or translations
- Reporting bugs
- Suggesting new features
- Testing the dApp
- Reviewing pull requests
- Improving accessibility
- Creating educational content
- Organizing community events
- Helping new contributors
Every contribution is valuable.
Click Fork on GitHub.
This creates your own copy of the CeloHT repository.
git clone https://github.com/YOUR_USERNAME/CeloHT.git
cd CeloHTgit checkout -b feature/my-first-contributionUse a descriptive branch name.
Examples:
- docs/update-faq
- fix/navbar
- feature/agent-dashboard
Keep changes:
- Small
- Focused
- Well documented
Follow the project's coding standards.
Before submitting:
npm install
npm run lint
npm test
npm run buildAll checks should pass successfully.
Example:
git commit -m "docs: improve installation guide"Use clear and descriptive commit messages.
git push origin feature/my-first-contributionDescribe:
- What changed
- Why it changed
- Screenshots (if applicable)
- Related issue number
A maintainer will review your contribution.
Please:
- Write clean code
- Document new features
- Respect other contributors
- Keep pull requests focused
- Avoid unrelated changes
Every pull request is reviewed for:
- Code quality
- Security
- Performance
- Documentation
- Compatibility
Maintainers may request improvements before merging.
We believe in:
- Transparency
- Respect
- Collaboration
- Diversity
- Inclusion
- Sustainability
- Open Knowledge
Contributors may be recognized through:
- Contributors page
- Release notes
- Community announcements
- GitHub contributor statistics
Every contribution helps strengthen the CeloHT ecosystem.
If you have questions:
- Open a GitHub Discussion
- Create an Issue
- Contact the maintainers
The community is here to help.
Thank you for contributing to CeloHT.
Together, we are building an open, community-driven future for digital finance and sustainable development.
© 2026 CeloHT - Open Source. Global Impact. Licensed under Apache.