Update CONTRIBUTING.md

This commit is contained in:
Ninjdai 2023-01-03 14:28:05 +01:00 committed by GitHub
parent ae8edfc8c0
commit 475265e8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Then add your fork as a local project:
git clone https://github.com/Art-Portal/April.git git clone https://github.com/Art-Portal/April.git
# Using SSH # 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) > [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 Then, go to your local folder
```sh ```sh
cd github-issue-template cd April
``` ```
Add git remote controls : Add git remote controls :
@ -69,4 +69,4 @@ git pull
git switch --create patch/1234-name-issue 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. 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.