# Contributing I welcome and encourage all pull requests. It usually takes 24-48 hours to respond to any issue or request. ## Basic rules 1. Match coding style (braces, spacing, etc.). Use the `Reformat Code` feature of Android Studio (`CMD` + `Option` + `L` on Mac, `CTRL` + `ALT` + `L` on Linux and Windows). 1. For a feature or bugfix, only change the code that is needed for it. 1. Keep pull request titles easy to read and descriptive. This makes them easier to merge. 1. Pull requests must be made against the `develop` branch. Requests against any other branch will be rejected. [Here is a link to a good PR made to this repo.](https://github.com/nisrulz/flutter-examples/pull/130) 1. Check for existing [issues](https://github.com/nisrulz/flutter-examples/issues) before filing a new one. 1. Follow the same standard as all other projects in this repo. > The package name must conform to the format: `github.nisrulz.`