Skip to content

This project is for those who are learning to contribute into open source. You don't have to do anything. Just fork the repository, add an extra line of space or a comment and simply generate a pull request. Don't worry, if you successfully generate a PR, we will merge it.

Notifications You must be signed in to change notification settings

BlazePhenom/hacktober-line-addition-for-pr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

hacktober-line-addition-for-pr

This project is for those who are learning to contribute into open source. You don't have to do anything. Just fork the repository, add an extra line of space or a comment and simply generate a pull request. Don't worry, if you successfully generate a PR, we will merge it.


Contributing Guide

Welcome! 🎉 We’re excited to have you contribute to this project. Here’s a beginner-friendly guide to help you get started.

Step 1: Fork the Repository

  1. Click on the Fork button at the top right of this repository page. This creates a personal copy of the project in your GitHub account.
  2. After forking, you’ll have a new repository in your account (e.g., your-username/hacktober-line-addition-for-pr).

Step 2: Clone the Repository

To make changes locally, clone your fork:

git clone https://github.com/your-username/hacktober-line-addition-for-pr.git

Note: Replace your-username with your actual GitHub username.

Step 3: Create a New Branch

It's best practice to create a new branch for each feature or bug fix. In your terminal, navigate to the project folder:

cd hacktober-line-addition-for-pr

Then, create and switch to a new branch:

git checkout -b your-branch-name

Note: Replace your-branch-name with a descriptive name (e.g., add-new-line or add-new-comment).

Step 4: Make Changes

Now you’re ready to make changes! Open the project in your favorite code editor, make the changes you want, and save them.

Step 5: Commit Your Changes

Once you’ve made and saved your changes, it’s time to commit them. First, stage the files you changed:

git add .

Next, commit your changes with a descriptive message:

git commit -m "Briefly describe what you changed"

Step 6: Push Your Changes to GitHub

Push your changes to the branch on your forked repository:

git push origin your-branch-name

Step 7: Create a Pull Request

  1. Go to your forked repository on GitHub.
  2. Click on Pull Request on the left, then click New Pull Request.
  3. Select the branch you just pushed and click Create Pull Request.
  4. Add a title and description for your changes, then submit the pull request.

Once you’ve created the pull request, we will potentially merge it into the main project!


This is just for Educational purposes and to make you comfortable with the process of generating PRs. Isko laga dala toh life jhingalala.

About

This project is for those who are learning to contribute into open source. You don't have to do anything. Just fork the repository, add an extra line of space or a comment and simply generate a pull request. Don't worry, if you successfully generate a PR, we will merge it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published