---
title: "Contributing"
space: "Suprema Biostar Biometric Integration"
url: "https://docs.navari.co.ke/suprema-biostar/contributing"
updated: "2026-05-28"
---

## Contributing

The project is open source under the GPL-3.0 license and contributions are welcome.

### Development Setup

1. Fork the repository on GitHub
2. Clone your fork
3. Create a feature branch from `develop`:
  ```bash
  git checkout -b feature/your-feature-name develop

  ```
4. Make your changes
5. Test on a local Frappe bench with a BioStar test environment (or mock the API calls)
6. Submit a Pull Request targeting the `develop` branch

### Branch Strategy

- `develop` — main development branch; all PRs target here
- `main` / release tags (`V1.0.0`, `V1.0.1`, `V1.0.2`) — stable releases



### Reporting Issues

Use the [GitHub Issues](https://github.com/navariltd/navari-frappehr-biostar/issues) tracker. When reporting:



- Include your Frappe/ERPNext version
- Include the BioStar 2 version if known
- Include the error log output (from Frappe Desk → Error Log, or `frappe.log`)
- Describe the steps to reproduce

