Skip to content

Instantly share code, notes, and snippets.

@Mr-Deej
Created January 28, 2022 08:26
Show Gist options
  • Save Mr-Deej/d85767418c826caf1813f4446cb90e99 to your computer and use it in GitHub Desktop.
Save Mr-Deej/d85767418c826caf1813f4446cb90e99 to your computer and use it in GitHub Desktop.
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.
  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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment