Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 381 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 381 Bytes

When contrubuting code to ProjectRails you are licencing your code to the same licence as Project-Rainbow.

Code Requirements

  • Any changes to Rainbow classes are to be in patch format.
  • Your change should not break Rainbow plugins.
  • Make sure your code compiles under Java 6.
  • Remove non-needed whitespaces.
  • Replace tabs with spaces.
  • Provide JavaDocs when needed.