mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
787 B
787 B
Contributing
If you wish to contribute to the HMCCosmetics codebase, feel free to fork the repository and submit a pull request.
Note
Contributions to the HMCCosmetics codebase should remain consistent with current code style. Remember to keep your code clean, documented and understandable, and to avoid messy or confusing code.
Setup
To get ready to work on the codebase, please do the following:
- Fork & clone the repository, and make sure you're on the remapped branch. (This is the default branch)
- Code your heart out!
- Run
./gradlew buildto ensure your project successfully builds. (This may take a while) - Finally, submit a pull request!