Skip to content

biascodingclub/PullRequest

Repository files navigation

How to Contribute

We welcome contributions! To submit a Pull Request (PR) to this repository, follow these steps:

1. Fork the Repository

Click the "Fork" button at the top right of this repository's page. This will create a copy of the repository under your GitHub account.

2. Clone the Forked Repository

Clone your forked repository to your local machine using this command:

git clone https://github.com/your-username/Github.git

Replace your-username with your GitHub username.

3. Create a New Branch

Create a new branch for your changes:

git checkout -b feature-branch

Replace feature-branch with a descriptive name (let this be your name for this repo) for your branch.

4. Make Your Changes

Make your desired changes in the repository. make a file with .txt

5. Commit Your Changes

Once you're satisfied with your changes, add and commit them:

git add .
git commit -m "Description of your changes"

6. Push Your Changes

Push your changes to your forked repository:

git push origin feature-branch

7. Open a Pull Request

Go to the original repository (https://github.com/biascodingclub/PullRequest) and you will see a notification to open a Pull Request. Click that, provide a descriptive title, and submit your PR for review.

8. Wait for Review

Your PR will be reviewed, and you may be asked to make additional changes. Once your PR is approved, it will be merged into the main branch!


Thank you for your contribution!

About

Lets do some work together add a PR to this Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 25