Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.04 KB

README.md

File metadata and controls

47 lines (29 loc) · 2.04 KB

AndroidStudioArcticFox.png

Task Statement

TaskStatement.png

Expected Output

ExpectedOutput.png

Path to documentation

assets/MyFirstApplicationTask.pdf

How to submit task?

  1. Fork this repository to your profile from top right of this page.

FORK

  1. Clone the repository to your local machine.

CLONE

git clone git@github.com:yourGitHubUsername/my_first_application_task.git || git clone https://github.com/yourGitHubUsername/my_first_application_task.git
  1. Open the cloned folder, make new folder with yourGitHubUsername and move all files, folders of your app to that folder. (Copy my .gitingore file to your new folder)

  2. Now add all files to commit and push to your forked repository.

git add .
git commit -m "Adding myFirstApplication"
git push origin default

Time to make a pull request

  1. Open your GitHub profile on any browser and head to your forked repository page.

  2. You will see one 'Contribute' button. Click on it.

  3. You will see a pull request form. Fill in the form and click on 'Create pull request' button.

(Make sure the branch you are trying to merge is the same as your forked repository branch. say default for now)

Most likely I will be merging the PR to default branch in less than a 24 hours. You can still contact me if you have any doubt.