Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 851 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 851 Bytes

Contributing Guidelines

Issues

Currently tracking work through open issues. View them through the issues tab or board. Open new issues to suggest changes or new features. Self assign an issue if you are currently working on the task.

Code Changes

  • Code changes must be associated to an open issue.
  • Code changes should be developed on a separate branch.
  • New features must have associated tests.
  • All code changes must follow style of current code.

Merging Code (Pull Requests)

  • Commit messages must be short and meaningful.
  • PRs must be opened against and up to date with master.
  • PRs must pass all checks.
  • PRs should link to issue via comment.