Skip to content

A simple Hello World! app given to GDSC members as Task to become a Core Team member

Notifications You must be signed in to change notification settings

gdsc-bbsbec/my_first_application_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

About

A simple Hello World! app given to GDSC members as Task to become a Core Team member

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages