This repository contains different Android Projects. If you worked on some good projects and want to share it with the world, you can do that through us and join our valued sea of contributers.
Look how you can contribute here Contribution Guidelines
You may go through these guidelines and contribute accordingly:
- Make sure you do not copy codes from external sources like GFG, hackerearth, etc because that work will not be considered. Plagiarism is strictly not allowed.
- You can only work on issues that you have been assigned to you.
- If you want to contribute for an existing algorithm, we prefer that you create an issue before making a PR and link your PR to that issue.
- If you have modified/added code work, make sure the code compiles before submitting.
- Strictly use snake_case (underscore_separated) in your file_name and push it in correct folder.
- Just mention the issue against which the pull request is open by writing
Fixes #(your issue number)
in the description of the pull request - Do not update the README.md.
- Do not push any changes in the main branch. Always make a new branch with the number assosiated with you issue.
- Refer Devs-Git-Cheatsheet in order to learn how to create new branch, fix any error etc.
- If you are a beginner and have no idea how to contribute to opensource projects then see Steps-for-beginners.