Thanks for your interest in contributing to Keybindy! 🎉
We welcome all kinds of contributions — code, documentation, bug reports, feature requests, or even ideas.
Click the Fork button on GitHub, then clone your fork:
# Create a directory for the packages
mkdir @keybindy
cd @keybindy
# Clone your fork
git clone https://github.com/your-username/react.git
cd react# Install dependencies
bun installMake your changes in a feature branch:
# Create a new branch
git checkout -b feature/your-feature-nameTest your changes properly with real world examples.
Use clear commit messages:
git commit -m "feat: commit message"
git push origin feature/your-feature-nameGo to your fork on GitHub and click "New pull request".
Please include a clear description and reference any related issues if possible.
This project uses Prettier for code formatting. You can format your code using:
bun run formatIf you found a bug or have a suggestion, open an issue with a clear description and reproduction steps (if applicable).
Thank you for helping make Keybindy better! ❤️