Thank you for your interest in contributing to bkit!
By participating in this project, you agree to abide by our Code of Conduct.
- Check if the issue already exists
- Create a new issue with a clear description
- Include reproduction steps if reporting a bug
- 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
feature/*- New featuresfix/*- Bug fixesdocs/*- Documentation changesrefactor/*- Code refactoring
We follow Conventional Commits:
feat:- New featurefix:- Bug fixdocs:- Documentationrefactor:- Code refactoringtest:- Testschore:- Maintenance
- All PRs require review from at least one maintainer
- Only
adminteam members can merge tomain - PRs must pass all CI checks
By contributing, you agree that your contributions will be licensed under the Apache License 2.0.
Feel free to open a discussion or contact us at contact@popupstudio.ai