Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 479 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 479 Bytes

Contributing to Poet

Reporting Issues

Please notate what is occuring, what you expect to occur, and reproducable test case, ideally a link to the repository/branch where it's occuring

Pull Requests

  • Make an issue before submitting a PR for a new feature. It may not be accepted if it's outside of the scope of Poet. Let's have a discussion first.
  • Fixes and features must include test cases, and all tests must be passing.
  • Please follow the current coding style.