Skip to content

Commit

Permalink
edited contribution.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Singhvi committed Oct 15, 2023
1 parent 3eb6842 commit 80cb8ed
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
If you would like to contribute to the project, please follow these guidelines:

1. Fork the repository.
> If you've already cloned the repo using the commands from the [README's Usage section](./README.md#usage), you can set the remote origin to point to your forked GitHub repository.
> Remember to also add the original repo as a remote branch under a different name (ex. upstream) to fetch changes made to the original
2. Create a new branch for your feature or bug fix.
1. Fork the original WnCC repository to your personal account.

3. Make the necessary changes and commit them.
2. Clone the forked repository locally.

4. Push your changes to your forked repository.
3. Create a new branch for your feature or bug fix.

5. Submit a pull request to the main repository with your branch, explaining the changes you made and any additional information that might be helpful for review.
4. Make the necessary changes and commit them.

5. Push your changes to your forked repository.

6. Submit a pull request to the main repository with your branch, explaining the changes you made and any additional information that might be helpful for review.

# Usage

Expand Down

0 comments on commit 80cb8ed

Please sign in to comment.