Skip to content

Commit

Permalink
Update documentation to include information on breaking change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacpayne committed Oct 19, 2016
1 parent 6ad39e9 commit 29dd35b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ If splitting up the pull request is not an option, we recommend **creating indiv

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).

#### Breaking Changes

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).

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.

#### General guidelines

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

0 comments on commit 29dd35b

Please sign in to comment.