Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 1.05 KB

Contributing

Thanks for being willing to contribute! 🙏

Working on your first Pull Request (PR)? You can learn how from this free series How to Contribute to an Open Source Project on GitHub.

Open issues

Please check out the the open issues. Issues labelled Good First Issue are especially good to start with.

Contributing doesn’t have to be in code. Simply answering questions in open issues or providing workarounds is as important as making pull requests.

New features

New features must always be discussed in a specific issue to ensure a correct implementation and avoid any future breaking changes.

Testing

One of Adonis Cockpit promises is to be production-ready. To respect this promise, the library must be well-tested to avoid any breaking changes.

The current minimum coverage is: 80%