Contributing
Contributing to HytaleModding
We welcome contributions from the community to help improve and expand the HytaleModding documentation. Whether you're fixing typos, adding new tutorials, or providing code examples, your contributions are valuable!
How to Contribute
Reporting Issues
If you've found a issue with the documentation, please report it by opening a new issue on our GitHub repository.
If you can work on this issue yourself, you can ask to be assigned to it and submit a PR.
Submitting Pull Requests
- Fork the repository on GitHub.
- Clone your fork to your local machine.
- Create a new branch for your changes.
git checkout -b my-feature-branch- Make your changes and commit them with clear messages. We follow conventional commits, your PR will not be accepted if your commit messages do not follow this convention.
git commit -m "Add feature X to documentation"- Push your changes to your fork.
git push origin my-feature-branch- Open a Pull Request on the original repository, describing your changes and why they should be merged.
Last updated on