Skip to content

Commit 2492eb8

Browse files
committed
vNext -> master for CONTRIBUTING
1 parent 4b77d46 commit 2492eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4040
Some things that will increase the chance that your pull request is accepted.
4141

0 commit comments

Comments
 (0)