Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 817 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 817 Bytes

Contributing

🎉 Thanks for thinking about making a contribution! 🎉

The following is a set of guidelines for contributing to jann. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Issues

To start, you can find all the open issues here.

Pull Requests (PR)

At any point in time you can create a pull request, so others can see your changes and give you feedback.

Fork the Repository

Start with a fork of the repository so you can work worry-free on your own fork.

Check Continuous Integration and Wait for Reviews

After each commit CircleCI will check the code against formatting guidelines and execute tests.

PRs which pass the CI step can be safely merged.