|
@@ -0,0 +1,27 @@
|
|
|
+<!-- ignore-task-list-start -->
|
|
|
+- [ ] **Breaking change?** (if so, please describe the impact and migration path for existing applications:)
|
|
|
+<!-- ignore-task-list-end -->
|
|
|
+**What changes did you make?** (Give an overview)
|
|
|
+
|
|
|
+**Is there anything you'd like reviewers to focus on?**
|
|
|
+
|
|
|
+
|
|
|
+**How Has This Been Tested?** (put an "X" next to an item)
|
|
|
+<!-- ignore-task-list-start -->
|
|
|
+- [ ] No need to
|
|
|
+- [ ] Manually(please, describe, when necessary)
|
|
|
+- [ ] Unit checks
|
|
|
+- [ ] Integration checks
|
|
|
+- [ ] Covered by existing automation
|
|
|
+<!-- ignore-task-list-end -->
|
|
|
+
|
|
|
+**Checklist** (put an "X" next to an item, otherwise PR will fail)
|
|
|
+- [ ] I have performed a self-review of my own code
|
|
|
+- [ ] I have commented my code, particularly in hard-to-understand areas
|
|
|
+- [ ] I have made corresponding changes to the documentation (e.g. **ENVIRONMENT VARIABLES**)
|
|
|
+- [ ] My changes generate no new warnings(e.g. Sonar is happy)
|
|
|
+- [ ] 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
|
|
|
+
|
|
|
+Check out [Contributing](https://github.com/provectus/kafka-ui/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/provectus/kafka-ui/blob/master/CODE-OF-CONDUCT.md)
|