Contributing - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: Contributing (/thread-2042.html) |
Contributing - Parlock - 07-04-2015 Sorry if this has already been asked, but I want to contribute to this project. I have already figured out how to make Anvils work now with enchantments, as well as some bug fixes to Anvils in general. How do I go about contributing to this project? RE: Contributing - DiamondToaster - 07-04-2015 Normally, you would fork the project on GitHub and submit changes as pull requests. After submitting a PR, your changes would be put though a code format test along with several compile tests and would wait for admin approval. RE: Contributing - Parlock - 07-05-2015 Thanks, just getting use to git. I think I finally have the process down with the whole fork and push requests now. Working on my changes now and will submit them as a pull request once finished. I am more use to SVN as that is what my company uses today. RE: Contributing - DiamondToaster - 07-05-2015 It took me a while to learn to use Git, but it's really easy once you do it a few times. |