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: 1. Fork the repository on GitHub. 2. Clone your fork locally: .. code-block:: bash git clone https://github.com/your-username/kiauhoku.git 3. Create a new branch for your changes: .. code-block:: bash git checkout -b feature-or-bugfix-name 4. Make your changes and commit them. 5. Push your branch to your fork: .. code-block:: bash git push origin feature-or-bugfix-name 6. Open a pull request on the main repository.