to select ↑↓ to navigate
Suprema Biostar Biometric Integration

Suprema Biostar Biometric Integration

Open in ChatGPT
Ask ChatGPT about this page
Open in Claude
Ask Claude about this page

Contributing

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:
git checkout -b feature/your-feature-name develop
  1. Make your changes
  2. Test on a local Frappe bench with a BioStar test environment (or mock the API calls)
  3. 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 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
Last updated 2 months ago
Was this helpful?
Thanks!