We welcome contributions from everyone! Whether you're a developer, designer, or just an enthusiastic user, there are many ways you can contribute to Haly's development.
If you encounter any bugs, glitches, or other issues while using Haly, please let us know by opening an issue. Be sure to include as much detail as possible, such as steps to reproduce the issue and your operating system.
If you'd like to contribute code or new features to Haly, we encourage you to submit a pull request. Here's how you can get started:
- Fork the repository and clone it to your local machine.
- Create a new branch for your changes: git checkout -b my-feature-branch.
- Make your changes and commit them with descriptive messages.
- Push your branch to your forked repository: git push origin my-feature-branch.
- Open a pull request on the main Haly repository, explaining the changes you've made and why they should be merged.
To maintain consistency and readability, please follow the existing code style and conventions used in Haly. This includes using proper indentation, meaningful variable names, and commenting where necessary.
Improving the documentation is always appreciated. If you notice any gaps or have suggestions for improving the documentation, please submit a pull request with your changes.
We value robust and reliable code. If you're contributing new features or making changes, please ensure that appropriate tests are included. This helps us maintain the quality of Haly and prevent regressions.
Please note that we have a Code of Conduct in place for all contributors. By participating in this project, you are expected to adhere to the code of conduct. Thank you for your interest in contributing to Haly! We appreciate your help in making Haly even better.