Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 806 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (11 loc) · 806 Bytes

🎉 Thanks for thinking about making a contribution! 🎉

The following is a set of guidelines for contributing to aNAOmate. These are mostly guidelines, not rules. Use your best judgement, 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.