Skip to content

Commit b4fb290

Browse files
committed
Update documentation to include information on breaking change docs
1 parent f1e0318 commit b4fb290

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ If splitting up the pull request is not an option, we recommend **creating indiv
104104

105105
For more information on cleaning up the commits in a pull request, such as how to rebase, squash, and cherry-pick, click [here](./documentation/cleaning-up-commits.md).
106106

107+
#### Breaking Changes
108+
109+
Breaking changes should **not** be introduced into the repository without giving customers at least six months notice. For a full list of breaking changes in Azure PowerShell, click [here](https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes.md).
110+
111+
Whenever a service team announces a breaking change, they must add it to the `upcoming-breaking-changes.md` file in their respective service folder. When the service team is ready to release the module with the breaking change, they must move the corresponding information from `upcoming-breaking-changes.md` into the `current-breaking-changes.md` file located in their service folder.
112+
107113
#### General guidelines
108114

109115
The following guidelines must be followed in **EVERY** pull request that is opened.

0 commit comments

Comments
 (0)