Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 424 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 424 Bytes

(this is a work in progress)

  • Code formatting MUST follow PSR-2.
  • Issues SHOULD include code and/or data to reproduce the issue.
  • PR's for issues SHOULD include test(s) for issue.
  • PR's SHOULD have adequate documentation (commit messages, comments, etc.) to readily convey what and/or why.
  • Code SHOULD attempt to follow Object Calisthenics methodology.