Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firstcontributions/first-contributions

🚀✨ Help beginners to contribute to open source projects
https://github.com/firstcontributions/first-contributions

beginner beginner-friendly community contribution contributions contributions-welcome good-first-issue help-wanted open-source tutorial tutorials

Last synced: about 2 months ago
JSON representation

🚀✨ Help beginners to contribute to open source projects

Awesome Lists containing this project

README

        

[![Open Source Love](https://firstcontributions.github.io/open-source-badges/badges/open-source-v1/open-source.svg)](https://github.com/firstcontributions/open-source-badges)
[](https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Open Source Helpers](https://www.codetriage.com/roshanjossey/first-contributions/badges/users.svg)](https://www.codetriage.com/roshanjossey/first-contributions)

#### _Read this in [other languages](translations/Translations.md)._

[Shqip](translations/README.al.md)
[Armenian](translations/README.arm.md)
[Uzbek language](translations/README.uz.md)
[Azərbaycan dili](translations/README.aze.md)
[বাংলা](translations/README.bn.md)
[Bulgarian](translations/README.bg.md)
[Português (Brasil)](translations/README.pt_br.md)
[Català](translations/README.ca.md)
[中文 (Simplified)](translations/README.zh-cn.md)
[Czech](translations/README.cs.md)
[Deutsch](translations/README.de.md)
[Dansk](translations/README.da.md)
[العربية](translations/README.eg.md)
[Dezéiriya](translations/README.dz.md)
[Española](translations/README.es.md)
[Française](translations/README.fr.md)
[Gaeilge](translations/README.ga.md)
[Galego](translations/README.gl.md)
[Ελληνικά](translations/README.gr.md)
[ქართული](translations/README.ge.md)
[Magyar](translations/README.hu.md)
[Bahasa Indonesia](translations/README.id.md)
[עִברִית](translations/README.hb.md)
[हिंदी/ગુજરાતી/मराठी/മലയാളം/ಕನ್ನಡ/తెలుగు/छत्तीसगढ़ी/বাংলা/தமிழ்](translations/Translations.md)
[தமிழ்](translations/README.ta.md)
[فارسی](translations/README.fa.md)
[پښتو](translations/README.pus.md)
[Italiano](translations/README.it.md)
[日本語](translations/README.ja.md)
[සිංහල](translations/README.si.md)
[Kiswahili (Kenya)](translations/README.kws.md)
[한국어](translations/README.ko.md)
[Lietuvių kalba](translations/README.lt.md)
[Limba Română Limba Română](translations/README.ro.md)
[မြန်မာ](translations/README.mm_unicode.md)
[Македонски](translations/README.mk.md)
[Español de México](translations/README.mx.md)
[Bahasa Melayu / بهاس ملايو‎ / Malay](translations/README.my.md)
[Dutch](translations/README.nl.md)
[Norsk](translations/README.no.md)
[नेपाली](translations/README.np.md)
[Wikang Filipino](translations/README.tl.md)
[English (Pirate)](translations/README.en-pirate.md)
[اردو](translations/README.ur.md)
[Polski](translations/README.pl.md)
[Português (Portugal)](translations/README.pt-pt.md)
[Русский язык](translations/README.ru.md)
[عربى](translations/README.ar.md)
[Svenska](translations/README.se.md)
[Slovenčina](translations/README.slk.md)
[Slovenščina](translations/README.sl.md)
[ภาษาไทย](translations/README.th.md)
[Türkçe](translations/README.tr.md)
[中文(Traditional)](translations/README.zh-tw.md)
[Українська](translations/README.ua.md)
[Tiếng Việt](translations/README.vn.md)
[Swahili language](translations/README.sw.md)
[Zulu (South Africa)](translations/README.zul.md)
[Afrikaans (South Africa)](translations/README.afk.md)
[Igbo (Nigeria)](translations/README.igb.md)
[Yoruba (Nigeria)](translations/README.yor.md)
[Hausa (Nigeria)](translations/README.hau.md)
[Latvia](translations/README.lv.md)
[Suomeksi](translations/README.fi.md)
[Беларуская мова](translations/README.by.md)
[Српски](translations/README.sr.md)
[Қазақша](translations/README.kz.md)
[Bosanski](translations/README.bih.md)
[Bosanski](translations/README.bih.md)
[Hrvatski](translations/README.hr.md)
[پښتو](translations/README.ps.md)
[Somalia](translations/README.so.md)
[Ecuador](translations/README.ec.md)
[Turkmen language](translations/README.tm.md)
[Ewe (TOGO)](translations/README.ewe.md)
[አማርኛ](translations/README.et.md)

# First Contributions

This project aims to simplify and guide the way beginners make their first contribution. If you are looking to make your first contribution, follow the steps below.

_If you're not comfortable with command line, [here are tutorials using GUI tools.](#tutorials-using-other-tools)_

fork this repository

#### If you don't have git on your machine, [install it](https://docs.github.com/en/get-started/quickstart/set-up-git).

## 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

clone this repository

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

Open a terminal and run the following git command:

```bash
git clone "url you just copied"
```

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

copy URL to clipboard

For example:

```bash
git clone [email protected]:this-is-you/first-contributions.git
```

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

## Create a branch

Change to the repository directory on your computer (if you are not already there):

```bash
cd first-contributions
```

Now create a branch using the `git switch` command:

```bash
git switch -c your-new-branch-name
```

For example:

```bash
git switch -c add-alonzo-church
```

## Make necessary changes and commit those changes

Now open `Contributors.md` file in a text editor, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file.

git status

If you go to the project directory and execute the command `git status`, you'll see there are changes.

Add those changes to the branch you just created using the `git add` command:

```bash
git add Contributors.md
```

Now commit those changes using the `git commit` command:

```bash
git commit -m "Add your-name to Contributors list"
```

replacing `your-name` with your name.

## Push changes to GitHub

Push your changes using the command `git push`:

```bash
git push -u origin your-branch-name
```

replacing `your-branch-name` with the name of the branch you created earlier.

If you get any errors while pushing, click here:

- ### Authentication Error

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com//first-contributions.git/'

Go to [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on generating and configuring an SSH key to your account.

## 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 main 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 -> pull request_ workflow that you'll often encounter as a contributor!

Celebrate your contribution and share it with your friends and followers by going to [web app](https://firstcontributions.github.io/#social-share).

You could join our slack team if you need any help or have any questions. [Join slack team](https://firstcontributors.slack.com/join/shared_invite/zt-29qhyr9lt-Bi7WLbgGIFqV7aCEG_grvg#/shared-invite/email).

Now let's get you started with contributing to other projects. We've compiled a list of projects with easy issues you can get started on. Check out [the list of projects in the web app](https://firstcontributions.github.io/#project-list).

### [Additional material](additional-material/git_workflow_scenarios/additional-material.md)

## Tutorials Using Other Tools

| GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [GitHub Desktop](gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](gui-tool-tutorials/github-windows-intellij-tutorial.md) |

This project is supported by: