-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Chandrakala Subramanyam <[email protected]>
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## What is being tested? | ||
|
||
Describe the scenario being tested | ||
|
||
## What is the current behavior? | ||
|
||
Provide details of the current behaviour | ||
|
||
### Please provide the steps to reproduce | ||
|
||
Add steps to reproduce the issue here | ||
|
||
### Details of the test environment: | ||
|
||
Kruize release: | ||
Kubernetes cluster: | ||
|
||
## What is the expected behavior? | ||
|
||
Describe the expected behavior | ||
|
||
## Additional information: | ||
|
||
Add any relevant links, screenshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## Description | ||
|
||
Please describe the issue or feature and the summary of changes made to fix this. | ||
|
||
Fixes # (issue) | ||
|
||
### Type of change | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Docs update | ||
- [ ] Breaking change (What changes might users need to make in their application due to this PR?) | ||
- [ ] Requires DB changes | ||
|
||
## How has this been tested? | ||
|
||
Please describe the tests that were run to verify your changes and steps to reproduce. Please specify any test configuration required. | ||
|
||
- [ ] New Test X | ||
- [ ] Functional testsuite | ||
|
||
**Test Configuration** | ||
* Kubernetes clusters tested on: | ||
|
||
## Checklist :dart: | ||
|
||
- [ ] Followed coding guidelines | ||
- [ ] Comments added | ||
- [ ] Dependent changes merged | ||
- [ ] Documentation updated | ||
- [ ] Tests added or updated | ||
|
||
## Additional information | ||
|
||
Include any additional information such as links, test results, screenshots here |