Skip to content
Daniel Stephenson edited this page Oct 16, 2021 · 11 revisions

How can I help?

Internal Contributors

  1. Clone the project. You can do this with git by typing "git clone https://github.com/Preponderous-Software/Ponder/".
  2. Create a new branch before altering any code.
  3. Alter the code.
  4. Open a pull request here.

External Contributors

  1. Fork the project.
  2. Create a new branch. (optional)
  3. Alter the code.
  4. Open a pull request here.

Questions

There are a number of issues open which pose a question. Feel free to contribute to any ongoing discussions.

What should I work on?

Guided

Unguided

Notes

  • Java 16 can be used to build the project.
  • This project uses the IntelliJ plugin Minecraft Development and Maven to compile its code.
  • Testing can be done by running a local spigot server with the compiled JAR in the plugins folder and checking the console.

Clone this wiki locally