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-
2626
2727## Making Changes
2828
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 ).
3030* Implement your feature or fix your bug. Please following existing coding styles and do not introduce new ones.
3131* Make atomic, focused commits with good commit messages.
3232* 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-
3535## Submitting Changes
3636
3737* 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.
3939
4040Some things that will increase the chance that your pull request is accepted.
4141
You can’t perform that action at this time.
0 commit comments