Skip to content

This repository helps developers start their open source journey -- make your first pull request here.

Notifications You must be signed in to change notification settings

segunajibola/opensource101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 

Repository files navigation

Star ⭐ this project to join our stars

Stargazers

OpenSource101

Awesome GitHub issues GitHub forks GitHub stars GitHub watchers

What is this repo all about?

This repo will help developers that want to begin their opensource journey. If you are new to opensource, this repo will help you make your first contribution with the help of your first pull request.

What are you contributing to?

The table below shows developers' details - names, Github usernames linking to their profiles, their favorite programming languages, brief bios, and project links.

Number Name Github Username Favourite Programming Language Bio Project Links
1 Segun Ajibola segunajibola JavaScript
2 Aysha Muhammed Aysha-py JavaScript
3 David Olowomeye greatdaveo JavaScript
4 Anozie Chibuike AnozieChibuike Python
5 Yunihart Poli hartpoli JavaScript
6 Akinkunmi Toluwalope H4LV3D JavaScript
7 Oluwatobiloba Bamisebi oluwatobiloba1 JavaScript
8 Mildred Erubore mildred366 JavaScript
9 Adesite Godwin softcreations01 Python Cloud DevOps Engineer, PM, Tech lover. AWS Infrastructure automation Project
10 Chukwudi David Okoro Donchuks02 Python
11 Toluwanimi Sobowale tonisobowale01 JavaScript
12
13
14
15
16
17
18
19
20
21

How to Contribute

Step 1. Fork this repo (You can only fork this repo with your computer or mobile device in desktop mode)

Click here, or by clicking the Fork icon in the top right corner of this repo.

Screenshot 2023-02-02 211138

Step 2. Clone the repo

Clone this project to your local code editor (VSCode), go to your terminal, navigate to your desired folder, use the following command in your terminal:

git clone https://github.com/<your-github-username>/opensoure101

Press enter

cd opensource101

For example,

git clone https://github.com/segunajibola/opensoure101
cd opensource101

Step 3. Add your changes

Navigate to the 📁opensoure101/README.md file in VSCode or any other code editor, add your row in the table section at line 26.

Add your row, just copy and paste to the last row.

| (number) | Add | [Add your github username](https://github.com/<github-username>) | Add your favourite programming language | Add your bio | [Add your project links](https://github.com/<github-username>/project_name)

Step 4. Create a new remote for the upstream repository.

Connect your forked project to this repo

git remote add upstream https://github.com/segunajibola/opensource101

Step 5. Create your branch

  git checkout -b <branch-name>

For example

git checkout -b segun-branch

Ensure no space in between your branch name.

Step 6. Add your changes to git

  git add .

Step 7. Commit your changes to git

 git commit -m "<add your commit message>"

For example

git commit -m "add my details to the repo"

Step 8. Push your changes to git

  git push -u origin <branch-name>

For example

git push -u origin segun-branch

Step 9. Create a pull request.

After pushing changes to your branch, you are ready to send a pull request.

Follow these simple steps.

  1. Go back to your repository (your forked version of this repo) in your browser.
  2. Refresh your page.
  3. You should see a “Compare and Pull Request” button. If you see the button, proceed with Step 4, if you don't see it, proceed with Step 3i.
  4. i - Click the Pull request in your forked repo to navigate to the Pull request tab. See the image below.

    ii - You should see the New pull request botton. Proceed with Step 4

  5. Click on the button “Compare and Pull Request” / "New pull request" .
  6. You should be prompted to a new page, click `Create pull request` button in that new page. Confirm with the image below.

Screenshot 2023-02-02 222623

If everything went successfully, your changes will be merged.

Go to top

Meet the Collaborators

Thanks for contributing to OpenSource101. 🙏🙏

opensource101 contributors

Made with contrib.rocks. Click here to see the contributors graph

Community

Join our opensoure community on Whatsapp. If you have any issue, you will find help here.

Support

Show your support for this project by:

  • Click the star🌟 at the top right corner of this repo.
  • Buy me a coffee

Go to top

About

This repository helps developers start their open source journey -- make your first pull request here.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published