Thanks for your interest in contributing!
chckit is an open-source website reviewer and it’s still in active development — contributions big or small are welcome.
- Fix typos / improve docs
- Report bugs or suggest features (open an Issue)
- Pick an existing Issue and submit a Pull Request
- Improve UI/UX, accessibility, or performance
- Add tests
- Fork the repo
- Clone your fork:
git clone https://github.com/<your-username>/chckit.git cd chckit
- Create a new branch for your changes:
git checkout -b feat/your-change
Use clear and descriptive commit messages. Examples:
- docs: add contributing guide
- fix: correct typo in README
- feat: improve homepage UI
Before opening a Pull Request, please make sure that:
- The change matches the goal of the Issue (or explains why it’s needed)
- Documentation has been updated (if relevant)
- No unrelated changes are included
- The PR has a clear title and description
Please be respectful and constructive. Assume good intent and help keep the community welcoming for everyone.