Update CONTRIBUTING.md

This commit is contained in:
Weston Blieden
2022-12-07 09:33:37 +01:00
committed by GitHub
parent 87411f9fc6
commit 470c5ac684
+3 -3
View File
@@ -94,13 +94,13 @@ Enhancement suggestions are tracked as [GitHub issues][issues].
Start by [forking the repository](https://docs.github.com/github/getting-started-with-github/fork-a-repo), i.e. copying the repository to your account to grant you write access. Continue with cloning the forked repository to your local machine.
```sh
git clone https://github.com/<your username>/tailscale-acap.git
git clone https://github.com/Mo3he/Axis_Cam_Tailscale.git
```
Navigate into the cloned directory and create a new branch:
```sh
cd tailscale-acap
cd Axis_Cam_Tailscale
git switch -c <branch name>
```
@@ -130,4 +130,4 @@ And finally when you are satisfied with your changes, open a new PR.
[issues_bugs]: https://github.com/AxisCommunications/tailscale-acap/issues?q=label%3Abug
[discussions]: https://github.com/AxisCommunications/tailscale-acap/discussions
[discussions_new]: https://github.com/AxisCommunications/tailscale-acap/discussions/new
<!-- markdownlint-enable MD034 -->
<!-- markdownlint-enable MD034 -->