Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.91 KB

CONTRIBUTING.md

File metadata and controls

36 lines (28 loc) · 1.91 KB

Annotations & JavaDocs

  • When you alter a class, please add an @author annotation to the class.
  • Adding @author annotations to methods is optional.
  • Adding JavaDocs is optional.

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 17 can be used to build the project.