Coder Social home page Coder Social logo

timonwa / open-source-practice-repo Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 3.0 324 KB

A practice repo to learn how to create a pull request.

License: MIT License

beginer-projects beginner-friendly first-timers first-timers-only learning-by-doing

open-source-practice-repo's Introduction

Open Source Practice Repository

Welcome to the Open Source Practice Repository! This is a space for you to learn the ropes of contributing to open-source projects. Whether you're a newbie or an experienced developer, this repo will guide you through the process.

If you are new to open source or hacktoberfest and want to learn more, check out The Beginners Guide to Hacktoberfest.

Table of Contents

How to Contribute

Fork the Repository

  1. Click the "Fork" button in the upper right corner of this repository's page. This will create a copy of the repo in your GitHub account.

Fork button on GitHub

Clone the Repository

  1. Go to your forked repo on your GitHub account.
  2. Click the "Code" button and copy the repository URL.
  3. Open your terminal or command prompt.
  4. Navigate to the directory where you want to store your local copy.

Clone the repository

  1. Run the following command, replacing <repository-url> with the URL you copied:

    git clone <repository-url>
    

Create a New Branch

  1. Navigate to the repository folder on your local machine:

    cd open-source-practice-repo
    
  2. Create a new branch for your contribution. Give it a descriptive name:

    git checkout -b add-john-doe
    

Create a new branch

Make Your Changes

  1. Now you can make your changes or additions to the project.

Add Your Name to the Contributors List

  1. Inside the contributors folder, you'll find a file named names.md. Open it.

  2. Add your name to the file in alphabetical order under the respective section (A, B, C, etc.). Follow the format:

    - [Your Name](https://your-website-or-profile-link)
    

Commit and Push Your Changes

  1. Save your changes in the names.md file:

    git add .
    
  2. Commit your changes with a meaningful message:

    git commit -m "Add [Your Name] to contributors"
    
  3. Push your changes to your GitHub fork:

    git push origin add-john-doe
    

Push your changes

Create a Pull Request

  1. Go to your forked repository on GitHub.
  2. Click the "Pull Request" button.
  3. Follow the prompts to create your pull request.

Create a pull request

Code of Conduct

Please review our Code of Conduct before participating. We expect all contributors to adhere to it.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Happy contributing! ๐Ÿš€

open-source-practice-repo's People

Contributors

jobin-sabu avatar timonwa avatar timonwa-tests avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.