-
Notifications
You must be signed in to change notification settings - Fork 12
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: Dejan Zele Pejchev <[email protected]>
- Loading branch information
Showing
1 changed file
with
48 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,48 @@ | ||
# Pull Request Template | ||
|
||
## Description | ||
|
||
Please include a summary of the changes and the related issue (if any). Describe your changes in detail to help reviewers understand your contribution. | ||
|
||
- **What is the purpose of this PR?** | ||
- **What was changed?** | ||
- **Why was it changed?** | ||
- **Does this address any existing issues or enhancement requests?** | ||
|
||
Fixes # (issue) | ||
|
||
## Type of change | ||
|
||
Please select the type of change your PR introduces: | ||
|
||
- [ ] Bugfix | ||
- [ ] Feature | ||
- [ ] Code Style Update (formatting, renaming) | ||
- [ ] Refactor (code changes that do not fix a bug or add a feature) | ||
- [ ] Documentation Update | ||
- [ ] Other (please describe): | ||
|
||
## How Has This Been Tested? | ||
|
||
Please describe the tests that you ran to verify your changes. Provide instructions to reproduce these tests. List any relevant details for your test configuration. | ||
|
||
- **Test Configuration**: | ||
- Kubernetes Version: | ||
- Helm Version: | ||
- OS: | ||
|
||
- **Test Steps**: | ||
1. Step 1 | ||
2. Step 2 | ||
3. ... | ||
|
||
## Checklist: | ||
|
||
- [ ] My code follows the style guidelines of this project. | ||
- [ ] I have performed a self-review of my code. | ||
- [ ] I have commented on my code, particularly in hard-to-understand areas. | ||
- [ ] I have made corresponding changes to the documentation. | ||
- [ ] My changes generate no new warnings. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
- [ ] New and existing unit tests pass locally with my changes. | ||
- [ ] Any dependent changes have been merged and published in downstream modules. |