diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9062070..c1fd017 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,7 @@ Then add your fork as a local project: git clone https://github.com/Art-Portal/April.git # Using SSH -git clone git@github.com:stevemao/github-issue-templates.git +git clone git@github.com:Art-Portal/April.git ``` > [Which remote URL should be used ?](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories) @@ -18,7 +18,7 @@ git clone git@github.com:stevemao/github-issue-templates.git Then, go to your local folder ```sh -cd github-issue-template +cd April ``` Add git remote controls : @@ -69,4 +69,4 @@ git pull git switch --create patch/1234-name-issue ``` -Commit your changes, then push the branch to your fork with `git push -u fork` and open a pull request on [the April repository](https://github.com/Art-Portal/April) following the template provided. \ No newline at end of file +Commit your changes, then push the branch to your fork with `git push -u fork` and open a pull request on [the April repository](https://github.com/Art-Portal/April) following the template provided.