Contributing
Contributions are welcome! The crowdcent-challenge
API client and documentation are open-source projects and contributions can be as simple as a fact check or as complex as a new feature.
Here's a breakdown of the standard GitHub workflow:
- Fork the repository
- Clone your fork:
- Branch off:
- Make changes & test
- Commit with clear messages:
- Push & open a PR from your fork
Include tests where appropriate. Keep PRs focused - one feature/fix per PR.