Contributing
The project is open source under the GPL-3.0 license and contributions are welcome.
Development Setup
- Fork the repository on GitHub
- Clone your fork
- Create a feature branch from
develop:
git checkout -b feature/your-feature-name develop
- Make your changes
- Test on a local Frappe bench with a BioStar test environment (or mock the API calls)
- Submit a Pull Request targeting the
developbranch
Branch Strategy
develop— main development branch; all PRs target heremain/ 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 3 days ago
Was this helpful?