Skip to content

Commit

Permalink
Merge pull request #49 from PraneethJain/typo
Browse files Browse the repository at this point in the history
typo in CONTRIBUTING.md
  • Loading branch information
brean authored Oct 4, 2023
2 parents 817fc31 + 2614d1c commit 5ba36fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ what you are trying to do.

## Pull Requests

The preferred way to contribute to *python-pathfinding* is to fork the main repository on Gitlab, then submit a "pull request"
The preferred way to contribute to *python-pathfinding* is to fork the main repository on Github, then submit a "pull request"
(PR):

1. Fork the [project repository](https://github.com/brean/python-pathfinding):
click on the 'Fork' button near the top of the page. This creates a copy of
the code under your account on the Gitlab server.
the code under your account on the Github server.

3. Clone this copy to your local disk:

Expand All @@ -30,7 +30,7 @@ The preferred way to contribute to *python-pathfinding* is to fork the main repo
$ git add modified_files
$ git commit

to record your changes in Git, then push them to Gitlab with::
to record your changes in Git, then push them to Github with::

$ git push -u origin my-feature

Expand Down

0 comments on commit 5ba36fc

Please sign in to comment.