- Fork the project.
- Make required changes and commit.
- Generate pull request. Mention all the required description regarding changes you made.
- 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.:-)