Contributing
How to contribute to BeaconAuth.
Contributions are welcome.
Workflow
- Fork the repository.
- Create a feature branch (
git checkout -b feature/amazing-feature). - Make your changes.
- Run relevant tests.
- Commit and push.
- Open a Pull Request.
Code style
- Rust:
cargo fmtandcargo clippy - TypeScript: Biome (
pnpm check) - Kotlin: follow repository
.editorconfig
Commit messages
Use conventional commits:
feat:New featuresfix:Bug fixesdocs:Documentation changeschore:Maintenance taskstest:Test additions or modifications