Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 925 Bytes

contributing.md

File metadata and controls

31 lines (21 loc) · 925 Bytes

Contributing to Xayn 🤘


Create a new issue 🙋‍♂️ 🙋‍♀️

The easiest way to get involved is to create a new issue when you

  • spot a bug
  • documentation is incomplete or out of date
  • you identify an implementation problem.

General coding guidlines 💅

If you'd like to add a feature or fix a bug, we're more than happy to accept pull requests! We only ask a few things:

  • Write helpful documentation
  • Write tests for all new code paths
  • Ensure your code contains no analyzer errors, e.g.
    • Code is strong-mode compliant
    • Code is free of lint errors
    • run flutter analyze lib test
  • Format your code with flutter format lib --set-exit-if-changed && flutter format test --set-exit-if-changed

Thanks ❤️ ❤️ ❤️ Xayn Team