Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 1.27 KB

Contribution Guidelines

Reporting issues

  • Search for existing issues. Please check to see if someone else has reported the same issue.
  • Share as much information as possible. Include operating system and version, browser and version. Also, include steps to reproduce the bug.

Project Setup

Refer to the README.

Code Style

Please follow the official Julia style guide throughout.

Testing

All contributed code should be tested as any other Julia package. See the test folder for example tests.

Pull requests

  • Try not to pollute your pull request with unintended changes – keep them simple and small. You are not required to squash your commits and we do not encourage it.
  • If your PR resolves an issue, include closes #ISSUE_NUMBER in your commit message (or a synonym).
  • Review
    • If your PR is ready for review, another contributor will be assigned to review your PR. If one has not been assigned, please ping @Datseris.
    • If needed address the comments left by the reviewer. Once you're ready to continue the review, ping the reviewer in a comment.
    • Once accepted your code will be merged.