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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ to find other issues to help with.
93
93
94
94
### Git workflow
95
95
96
-
The Microsoft Graph Toolkit uses the [GitHub flow](https://guides.github.com/introduction/flow/) where most development happens directly on the `master` branch. The `master` branch should always be in a healthy state which is ready for release.
96
+
The Microsoft Graph Toolkit uses the [GitHub flow](https://guides.github.com/introduction/flow/) where most development happens directly on the `main` branch. The `main` branch should always be in a healthy state which is ready for release.
97
97
98
98
If your change is complex, please clean up the branch history before submitting a pull request.
99
99
You can use [git rebase](https://docs.microsoft.com/en-us/azure/devops/repos/git/rebase#squash-local-commits) to group your changes into a small number of commits which we can review one at a time.
@@ -107,7 +107,7 @@ Writing a good description for your pull request is crucial to help reviewers an
107
107
-[Link the issue you're addressing in the pull request](https://github.com/blog/957-introducing-issue-mentions). Each pull request must be linked to an issue.
108
108
- Describe _why_ the change is being made and _why_ you've chosen a particular solution.
109
109
- Describe any manual testing you performed to validate your change.
110
-
- Ensure the appropriate tests and [documentation](https://github.com/microsoftgraph/microsoft-graph-docs/tree/master/concepts/toolkit) have been added
110
+
- Ensure the appropriate tests and [documentation](https://github.com/microsoftgraph/microsoft-graph-docs/tree/main/concepts/toolkit) have been added
111
111
112
112
Please submit one pull request per issue. Large pull requests which have unrelated changes can be difficult to review.
113
113
@@ -121,7 +121,7 @@ We encourage developers to follow the following guidance when submitting new fea
121
121
122
122
1. Ensure the appropriate tests have been added in the `src\test` folder. Run the tests and make sure they all pass.
123
123
1. Ensure the code is properly documented following the [tsdoc](https://github.com/Microsoft/tsdoc) syntax
124
-
1. Update the [documentation](https://github.com/microsoftgraph/microsoft-graph-docs/tree/master/concepts/toolkit) when necessary
124
+
1. Update the [documentation](https://github.com/microsoftgraph/microsoft-graph-docs/tree/main/concepts/toolkit) when necessary
125
125
1. Follow the [accessibility guidance](https://developer.mozilla.org/en-US/docs/Web/Accessibility) for web development
[](https://dev.azure.com/microsoft-graph-toolkit/microsoft-graph-toolkit/_build/latest?definitionId=1&branchName=master)[](https://www.webcomponents.org/element/@microsoft/mgt)[](https://mgt.dev)
6
+
[](https://dev.azure.com/microsoft-graph-toolkit/microsoft-graph-toolkit/_build/latest?definitionId=1&branchName=main)[](https://www.webcomponents.org/element/@microsoft/mgt)[](https://mgt.dev)
7
7
8
8
The Microsoft Graph Toolkit is a collection of web components powered by the Microsoft Graph.
0 commit comments