For any type of query or issue, you can contact us on our Discord Server.
- Create an Account on GitHub.
- Install Git on your local System
- Install the Latest Version of Android Studio from this link.
- If already installed, update it to the Latest Version.
- Fork the Repository.
- Clone the Repository.
- Regularly update your forked repository with the main repository.
- This ensures that your repository does not miss the updated code from the main repository.
- After working on the Issue assigned,
- Make a .json file with the format and add this json file to the Folder "Task1" in the forked repo and then create a Pull Request.
- Use the PR Template while creating a Pull Request. Note that the Pull Request must be in the same format as mentioned in the Template.
- It is suggested to create a new branch for each pull request so that the work of a particular issue does not affect the other one.
- Attach Screenshots or video (whichever applicable) with the PR.
- People before code: If any of the following rules are violated, the pull-requests must not be rejected. This is to create an easy and joyful onboarding process for new programmers and first-time contributors.
- Single commit per pull request and name the commit as something meaningful, example: Adding <-your-name-> in students/mentors section.
- Reference the issue numbers in the PR.
- Make a note to add relevent Screen Shots when you make a PR.
- Pull Request older than 3 days with no response from the contributor shall be marked closed.
- Do not make PR which is not related to any issues.
- Avoid duplicate PRs, if need be comment on the older PR with the PR number of the follow-up (new PR) and close the obsolete PR yourself.
- Be polite: Be polite to other community members.
Happy Coding!