GeekHaven / AppD-APK-Month-22

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppD-APK-Month-22

Communicate

For any type of query or issue, you can contact us on our Discord Server.

Pre-Requisites

Git and GitHub

Android Studio

  • Install the Latest Version of Android Studio from this link.
  • If already installed, update it to the Latest Version.

How to Contribute?

Setting up the Project

  • Fork the Repository.
  • Clone the Repository.

Updating your Forked Repo

  • Regularly update your forked repository with the main repository.
  • This ensures that your repository does not miss the updated code from the main repository.

Creating a Pull Request

  • 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.

Guidelines and Best Practice

Project specific guidelines.

  1. Attach Screenshots or video (whichever applicable) with the PR.

General Guidelines

  1. 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.
  2. Single commit per pull request and name the commit as something meaningful, example: Adding <-your-name-> in students/mentors section.
  3. Reference the issue numbers in the PR.
  4. Make a note to add relevent Screen Shots when you make a PR.
  5. Pull Request older than 3 days with no response from the contributor shall be marked closed.
  6. Do not make PR which is not related to any issues.
  7. 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.
  8. Be polite: Be polite to other community members.

Happy Coding!

About