Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 993 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 993 Bytes

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Useful links for external services

Submitting changes

Please create a pull requests and self-review it first on your own. Comment out at each non-trivial change, point at things you considered doing differently.

If you're introducing new feature - add at least simple test covering the simplest flow.
If you're fixing a bug - please do cover the broken functionality with a test.

Ignore codestyle - it should be already kept in place by automated tools 😉