You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to add your changes, you will need to do those in the `master` branch.
113
+
In order to add your changes, you will need to do those in the `main` branch.
114
114
115
-
Type the following command in the console to switch to `master` branch:
115
+
Type the following command in the console to switch to `main` branch:
116
116
117
117
```
118
-
git checkout master
118
+
git checkout main
119
119
```
120
120
121
121
Now, you can update existing docs or add new docs to the docs repo.
@@ -131,15 +131,15 @@ Depending on the doc's intent, you can choose to add your doc into `basics` or
131
131
132
132
## Submit a pull request
133
133
134
-
Once you have completed adding your changes, you can submit a pull request.
134
+
Once you have completed adding your changes, you can submit a pull request.
135
135
136
-
Navigate to the forked sp-dev-docs repo in your account. Make sure your current branch is `master` branch.
136
+
Navigate to the forked sp-dev-docs repo in your account. Make sure your current branch is `main` branch.
137
137
138
-
Once you are in the `master` branch, you should see a message stating `This branch is 1 commit ahead of SharePoint:master` and next to it will be a `Pull request` link.
138
+
Once you are in the `main` branch, you should see a message stating `This branch is 1 commit ahead of Sharepoint:main` and next to it will be a `Pull request` link.
139
139
140
140

141
141
142
-
Click the `Pull request` link to start a new pull request. Make sure you use this [template](PULL_REQUEST_TEMPLATE.md) to fill in your changes. Make sure you are creating this pull request against the `master` branch.
142
+
Click the `Pull request` link to start a new pull request. Make sure you use this [template](PULL_REQUEST_TEMPLATE.md) to fill in your changes. Make sure you are creating this pull request against the `main` branch.
143
143
144
144
Once you have all the information, click the `Create pull request` button to submit your pull request.
0 commit comments