Skip to content

Instantly share code, notes, and snippets.

@Mr-Deej
Mr-Deej / Contributing.md
Created January 28, 2022 08:26
My Basic Contributing.md

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/Mr-Deej/repo".
  2. Create a new branch before altering any code.