Skip to content

Creating pull requests

Prajjwal edited this page Jan 24, 2016 · 3 revisions

All the changes and contributions in Friend-App are welcome. But to maintain consistency of the apps,
here are some guidelines for you to consider while making changes in apps:

  • Changes in default colors used in the apps are not appreciated.
  • Please do not change the target platform of the projects according to the SDKs available in your system.
  • Always test the app on a real device before submitting the changes (Those could show some weird behaviors sometimes!)
  • Do not use desktop git clients to push or sync (they always include the files which are not required for other systems). Use the in-built git systems in Visual Studio or Android Studio.
Clone this wiki locally