Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 1.26 KB

How to contribute?

Simple 3 step to contribute into this repo:

  1. Fork the project.
  2. Make required changes and commit.
  3. Generate pull request. Mention all the required description regarding changes you made.

Rules for the contribution:

  • Make a sample app that is with full of informative comments. Those comments should help new developers to understand each line of code.
  • Make read me file for the sample you created.That should contain an introduction (must be descriptive) of what your sample is for. Also, if you have some article/tutorial that can help new developers, put that link in the readme file.
  • Add you project name and sort description in README.md present at the root of the repository.
  • Your code must be created in Android Studio. (Eclipse is now depricated.)
  • Your code should not contain any auto generated file like /build, /.gradle folder or any *.apk files. You can use this .gitignore file to eliminate those items.

Happy coding.:-)