Skip to content

wise4rmgod/YourFirstContribution_Using_Android

Repository files navigation

MIT Licence Open Source Love Open Source Helpers

YourFirstContribution_Using_Android

It's always hard the first time you do something new. Especially when you are collaborating, making mistakes isn't a comfortable thing. We wanted to simplify the way new open-source contributors learn & contribute for the first time using android studio.

Read this in other languages.

🇮🇳 🇲🇲 🇮🇩 🇫🇷 🇪🇸 🇳🇱 🇱🇹 🇷🇺 🇸🇰 🇯🇵 🇻🇳 🇵🇱 🇮🇷 🇮🇷 🇰🇷 🇰🇵 🇩🇪 🇩🇰 🇨🇳 🇹🇼 🇬🇷 🇪🇬 🇸🇦 🇺🇦 🇧🇷 🇵🇹 🇮🇹 🇹🇭 🏴 🇳🇵 🇵🇰 🇧🇩 🇲🇩 🇷🇴 🇹🇷 🇸🇪 🇸🇮 🇮🇱 🇨🇿 🇲🇽

If you don't have git on your machine, install it.

Fork this repository

fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

copy URL to clipboard

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the clone button and then click the copy to clipboard icon.

where "url you just copied" (without the quote marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

clone this repository

copy URL to clipboard

copy URL to clipboard

where this-is-you is your GitHub username. Here you're copying the contents of the first-contributions repository in GitHub to your computer.

Create a branch

Change to the repository directory in your android studio (if you are not already there):

copy URL to clipboard

copy URL to clipboard

Make necessary changes and commit those changes

Now open Strings in your android studio, add your name to it. Put it anywhere in between. Now, save the file.

git status

Push changes to GitHub

Follow the steps below

git status

Click the little button beside the commit then you will see "commit and push",click the commit and push button and proceed.

git status

git status

git status

Submit your changes for review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

create a pull request

Now submit the pull request.

submit pull request

Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

Where to go from here?

Congrats! You just completed the standard fork -> clone -> edit -> PR workflow that you'll encounter often as a contributor!

Celebrate your contribution and share it with your friends

submit pull request

Acknowledgement

About

Help beginners to contribute to open source projects using Android Studio

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages