Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 722 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 722 Bytes

Thanks for taking the time out to contribute to the Luna project. Feel free to submit an issue if you're having issues, see any janky code, or if you just want to discuss something related to the project.

Alternatively, you can submit a pull request to contribute code directly. When submitting pull requests though, please

  • follow the current programming style present in the code (conventions, etc.)
  • do not format the code as it makes it very hard to see what your changes were
  • look over the conventions section of the wiki if your PR contains Scala code