Contributing to bkit
January 9, 2026 ยท View on GitHub
Thank you for your interest in contributing to bkit!
Code of Conduct
By participating in this project, you agree to abide by our Code of Conduct.
How to Contribute
Reporting Issues
- Check if the issue already exists
- Create a new issue with a clear description
- Include reproduction steps if reporting a bug
Pull Requests
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'feat: add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Branch Naming
feature/*- New featuresfix/*- Bug fixesdocs/*- Documentation changesrefactor/*- Code refactoring
Commit Messages
We follow Conventional Commits:
feat:- New featurefix:- Bug fixdocs:- Documentationrefactor:- Code refactoringtest:- Testschore:- Maintenance
Review Process
- All PRs require review from at least one maintainer
- Only
adminteam members can merge tomain - PRs must pass all CI checks
License
By contributing, you agree that your contributions will be licensed under the Apache License 2.0.
Questions?
Feel free to open a discussion or contact us at contact@popupstudio.ai