File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,9 @@ But first things first...
13
13
* Submit a ticket for your issue, assuming one does not already exist.
14
14
* Clearly describe the issue including steps to reproduce when it is a bug.
15
15
* Make sure you fill in the earliest version that you know has the issue.
16
- * Fork the repository on GitHub by clicking on the "Clone in Desktop" button or
17
- run the following command in a git shell.
18
- ```
19
- git clone git@github.com:libgit2/libgit2sharp.git
20
-
21
- git clone --recursive
22
- ```
16
+ * Fork the repository on GitHub, then clone it using your favorite Git client.
23
17
* Make sure the project builds and all tests pass on your machine by running
24
- the ` build.libgit2sharp.cmd ` script on Windows and ` build.libgit2sharp.sh ` on Linux/Mac.
18
+ the ` build.libgit2sharp.cmd ` script on Windows or ` build.libgit2sharp.sh ` on Linux/Mac.
25
19
26
20
## LibGit2
27
21
You can’t perform that action at this time.
0 commit comments