File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ To build libgit2 see [here](https://github.com/libgit2/libgit2sharp/wiki/How-to-
26
26
27
27
## Making Changes
28
28
29
- * Create a topic branch off vNext (don't work directly on vNext ).
29
+ * Create a topic branch off master (don't work directly on master ).
30
30
* Implement your feature or fix your bug. Please following existing coding styles and do not introduce new ones.
31
31
* Make atomic, focused commits with good commit messages.
32
32
* Make sure you have added the necessary tests for your changes.
@@ -35,7 +35,7 @@ To build libgit2 see [here](https://github.com/libgit2/libgit2sharp/wiki/How-to-
35
35
## Submitting Changes
36
36
37
37
* Push your changes to a topic branch in your fork of the repository.
38
- * Send a Pull Request targeting the vNext branch. Note what issue/issues your patch fixes.
38
+ * Send a Pull Request targeting the master branch. Note what issue/issues your patch fixes.
39
39
40
40
Some things that will increase the chance that your pull request is accepted.
41
41
You can’t perform that action at this time.
0 commit comments