| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Thank you for your interest in contributing to Holu! 🎉
Every contribution — whether it's a bug report, a documentation fix, or a new feature — is greatly appreciated.
Please be respectful and constructive in all interactions. This project follows the Contributor Covenant. By participating, you agree to uphold a welcoming and harassment-free environment for everyone.
Note
Please open or comment on an issue before submitting a non-trivial PR so we can discuss the approach and avoid wasted effort.
Since the Holu organization contains multiple repositories, each project may have its own specific development environment, build tools, and testing procedures.
Please refer to the README.md or a local CONTRIBUTING.md (if present) in the specific repository you are working on for instructions on how to:
Important
Make sure all local tests pass before submitting a Pull Request.
We use Conventional Commits for all commits. A pre-commit hook (via Husky and commitlint) is configured to validate your commit message format before allowing a commit to be created.
Every commit message must follow this structure:
<type>(<scope>): <description>
Common types from Conventional Commits:
The scope depends on the specific repository you are contributing to:
Check the repository's commit history for examples of commonly used scopes.
Valid commits:
Invalid commits (will be rejected by linters if configured):
| Back | FazBrowse Home | New Git URL |