17 строки
788 B
Markdown
17 строки
788 B
Markdown
|
|
## Description
|
|
|
|
<!-- Briefly describe what this PR does, and why we need it -->
|
|
|
|
## Checklist for success
|
|
|
|
<!-- please complete this checklist before submitting -->
|
|
|
|
- [ ] This change isn't already implemented by a pending pull request
|
|
- [ ] This change is a child commit of a reasonably recent commit in the **master** branch
|
|
* Requests need not be a single commit, but should be a linear sequence of commits (i.e. no merge commits in your PR)
|
|
- [ ] All tests pass locally (see [the testing section](https://github.com/azure/platform-chaos/blob/master/README.md#testing) for more info)
|
|
- [ ] All New behaviors or major functional changes have tests
|
|
|
|
|
|
<!-- Add any context here that you think is relevant. If you're hunting for specific feedback, this is the spot to ask for it! --> |