Skip to content

Commit 810c090

Browse files
authored
Merge pull request #97044 from johndowns/patch-1
Update wording to clarify what pull requests are for
2 parents 86a2481 + 969e070 commit 810c090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/source-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Typically you don’t want every team member to have permissions to update the f
226226
* All team members should have read permissions to the data factory.
227227
* Only a select set of people should be allowed to publish to the factory. To do so, they must have the **Data Factory contributor** role on the factory. For more information on permissions, see [Roles and permissions for Azure Data Factory](concepts-roles-permissions.md).
228228

229-
its recommended to not allow direct check-ins into the collaboration branch. This restriction can help prevent bugs as every check-in will go through a Pull Request process.
229+
It's recommended to not allow direct check-ins to the collaboration branch. This restriction can help prevent bugs as every check-in will go through a pull request review process described in [Creating feature branches](source-control.md#creating-feature-branches).
230230

231231
### Using passwords from Azure Key Vault
232232

@@ -243,7 +243,7 @@ If the publish branch is out of sync with the master branch and contains out-of-
243243
1. Remove your current Git repository
244244
1. Reconfigure Git with the same settings, but make sure **Import existing Data Factory resources to repository** is selected and choose **New branch**
245245
1. Delete all resources from your collaboration branch
246-
1. Create a Pull Request to merge the changes to the collaboration branch
246+
1. Create a pull request to merge the changes to the collaboration branch
247247

248248
## Provide feedback
249249
Select **Feedback** to comment about features or to notify Microsoft about issues with the tool:

0 commit comments

Comments
 (0)