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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ There are a few different recommended paths to get contributions into the releas
9
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.
10
10
11
11
## Pull requests
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.
12
+
All pull requests should be submitted against the **main** branch or a specific feature branch. The main branch is intended to represent the code released in the most-recent Nuget package.
13
13
14
14
## Commit message format
15
15
@@ -42,7 +42,7 @@ The recommended commit types used are:
42
42
43
43
Adding a footer with the prefix **BREAKING CHANGE:** will cause an increment of the _major_ version.
44
44
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.
45
+
When a new package is about to be release, the release PR will be merged into main. The package will be generated from main.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,4 +144,4 @@ If you are looking to build the library locally for the purposes of contributing
144
144
145
145
## License
146
146
147
-
Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT [license](LICENSE.txt). See [Third Party Notices](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/master/THIRD%20PARTY%20NOTICES) for information on the packages referenced via NuGet.
147
+
Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT [license](LICENSE.txt). See [Third Party Notices](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/main/THIRD%20PARTY%20NOTICES) for information on the packages referenced via NuGet.
Copy file name to clipboardExpand all lines: docs/contributions.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,16 @@ The best way to get started with a contribution is to start a dialog with the ow
11
11
12
12
## Pull requests
13
13
14
-
If you are making documentation changes, feel free to submit a pull request against the **master** branch. All other 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.
15
-
16
-
When a new package is about to be released, changes in **dev** will be merged into **master**. The package will be generated from **master**.
14
+
If you are making documentation changes, feel free to submit a pull request against the **main** or a specific **feature** branch. The **main** branch is intended to represent the code released in the most-recent Nuget package.
17
15
18
16
## Submit pull requests for trivial changes
19
17
20
-
If you are making a change that does not affect the interface components and does not affect other downstream callers, feel free to make a pull request against the **dev** branch.
18
+
If you are making a change that does not affect the interface components and does not affect other downstream callers, feel free to make a pull request against the **main** branch.
21
19
22
20
Revisions of this nature will result in a 0.0.X change of the version number.
23
21
24
22
## Submit pull requests for features
25
23
26
-
If major functionality is being added it should be submitted against the **dev** branch. If the functionality will require multiple changes or iterations before it is ready for **dev**, feel free to submit pull requests into a dedicated **feature** branch until the whole change is ready.
24
+
If major functionality is being added it should be submitted against the **main** branch. If the functionality will require multiple changes or iterations before it is ready for **main**, feel free to submit pull requests into a dedicated **feature** branch until the whole change is ready.
27
25
28
26
Revisions of this nature will result in a 0.X.X change of the version number.
0 commit comments