The javadocs companion to the wiki.
This is a community driven documentation effort for Minecraft Forge, the popular modding API for Minecraft.
The generated docs are available here: website
Contributing to the project is easy, just follow these steps:
- Fork the repository and clone it to your local machine.
- In the repository folder, run the gradle tasks
setup
to setup the javadocs workspace.- for Windows: Open a command prompt, then run
gradlew setup
. - for *nix systems: Open a terminal, then run
./gradlew setup
.
- for Windows: Open a command prompt, then run
- Add or modify the javadocs comments for the source files under
workspace/src/forge/java
.- To check the results of your changes, run the
assembleJavadocs
task again and see the outputs inout
.
- To check the results of your changes, run the
- Commit and push your changes to your fork, then make a Pull Request to the main repository on GitHub.
Your PR will be reviewed by the maintainers or members of the triage team. We welcome any contribution, big or small, so do not fear making a PR for e.g. a spelling correction (though we do prefer if you gather a lot of corrections into one PR).
This project and its files are licensed under Creative Commons Attribution 4.0 (see the LICENSE.txt
file for the full legal text).
By contributing to this project, you agree to have your contributions stored and distributed under the same license.