Contribute
Contributions to kiauhoku are most welcome. Here are some ways you can get involved:
reporting or fixing bugs
adding new features or extensions
improving documentation
writing tests
providing feedback on existing features
Reporting Issues
If you encounter any issues or have suggestions for improvement, please open an issue on GitHub.
Submitting Pull Requests
To contribute code, follow these steps:
Fork the repository on GitHub.
Clone your fork locally:
git clone https://github.com/your-username/kiauhoku.git
Create a new branch for your changes:
git checkout -b feature-or-bugfix-name
Make your changes and commit them.
Push your branch to your fork:
git push origin feature-or-bugfix-name
Open a pull request on the main repository.