Skip to content

Contribution Guidelines for Developers

kherld-hussein edited this page Jun 6, 2021 · 6 revisions

Contributing

  • Issues and PullRequests welcome

We welcome and encourage all pull requests. But first:

View steps 1. Match coding style (braces, spacing, etc.) This is best achieved using Reformat Code feature of Android Studio CMD+Option+L on Mac and CTRL + ALT + L on Linux + Windows .
2. If its a feature, bugfix, or anything please only change code to what you specify.
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
4. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.
5. Check for existing issues first, before filing an issue.
6. Make sure you follow the set standard as all other projects in this repo do
7. Keep calm and make it easy.
We welcome and encourage you to report issues and contribute changes
  • Please help with documentation
  • Fork and clone this repository
  • For help getting started with Flutter, view online documentation.
Clone this wiki locally