Contributing to Fineract Backoffice UI
Thank you for your interest in contributing! This project is a GSOC 2026 initiative for Apache Fineract.
How to Contribute
- Fork the repository on GitHub.
- Clone your fork locally.
- Create a feature branch for your changes.
- Implement your changes, following the Code Style Guide.
- Run local checks:
npm run lintnpm run format:checknpm run test
- Ensure License Headers: All new files must include the Apache License 2.0 header. You can verify this with
./scripts/check-license.sh. - Submit a Pull Request against the
develop branch.
Pull Request Guidelines
- Provide a clear description of the changes.
- Link to any related Jira issues or GSOC proposals.
- Ensure CI checks pass.
- New features should include unit tests.