Skip to content

Commit e2d5e62

Browse files
authored
Update CONTRIBUTING.md
1 parent dd640ce commit e2d5e62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Here's a high level process for submitting new samples or updates to existing on
5151
1. Create a new branch off the `master` branch for your fork for the contribution.
5252
1. Include your changes to your branch.
5353
1. Commit your changes using descriptive commit message * These are used to track changes on the repositories for monthly communications
54-
1. Create a pull request in your own fork and target `dev` branch.
54+
1. Create a pull request in your own fork and target `master` branch.
5555
1. Fill up the provided PR template with the requested details.
5656

5757
Before you submit your pull request consider the following guidelines:
@@ -121,7 +121,7 @@ If the sample you wish to contribute is stored in your own Github repository, yo
121121

122122
```shell
123123
git remote add origin https://github.com/yourgitaccount/pnp-officeaddins.git
124-
git pull origin dev
124+
git pull origin master
125125
```
126126

127127
* Pull your other project from github into the samples folder of your local copy of pnp-officeaddins
@@ -133,7 +133,7 @@ If the sample you wish to contribute is stored in your own Github repository, yo
133133
* Push the changes up to your forked repository
134134

135135
```shell
136-
git push origin dev
136+
git push origin master
137137
```
138138

139139
Thank you for your contribution!

0 commit comments

Comments
 (0)