Skip to content

Commit d79693c

Browse files
committed
docs(COntributing): Remove all the references to dev branch.
1 parent 714676e commit d79693c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Thanks for considering making a contribution! Read over our guidelines and we wi
66
There are a few different recommended paths to get contributions into the released version of this library.
77

88
## File issues
9-
The best way to get started with a contribution is to start a dialog with us. Sometimes features will be under development or out of scope for this library and it's best to check before starting work on contribution, especially for large work items.
9+
The best way to get started with a contribution is to start a dialog with us. Sometimes features will be under development or out of scope for this library, and it's best to check before starting work on contribution, especially for large work items.
1010

1111
## Pull requests
12-
All pull requests should be submitted against the **dev** branch or a specific feature branch. The master branch is intended to represent the code released in the most-recent Nuget package.
12+
All pull requests should be submitted against the **master** branch or a specific feature branch. The master branch is intended to represent the code released in the most-recent Nuget package.
1313

1414
## Commit message format
1515

@@ -42,7 +42,7 @@ The recommended commit types used are:
4242

4343
Adding a footer with the prefix **BREAKING CHANGE:** will cause an increment of the _major_ version.
4444

45-
When a new package is about to be released, changes in dev will be merged into master. The package will be generated from master.
45+
When a new package is about to be release, the release PR will be merged into master. The package will be generated from master.
4646

4747
Some things to note about this project:
4848

0 commit comments

Comments
 (0)