Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 772 Bytes

pull_request_template.md

File metadata and controls

16 lines (14 loc) · 772 Bytes

Story Checklist

Markdown page for Pullrequest requirements

  • Story has no open dependencies to other stories and will be completed with this PR

PR Checklist

  • Documentation has been added to the wiki. Each namespace should have:
    • What
    • Why
    • Relevant resources
  • Clojure naming guidelines have been followed - See guidelines
  • Ambiguous functions and namespaces have been documented properly
  • Unit and/or integration tests have been written for any new code/feature
  • (println ...) and other debugging code has been removed
  • Unused imports have been removed
  • Unused local symbols have been removed