Skip to content

Commit 38d81fc

Browse files
committed
chore: update pull request template
1 parent 7a586c1 commit 38d81fc

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/pull_request_template.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
## Checklist
1+
## 📌 Summary
22

3-
- [ ] Architecture Design Records have been added as `adr/*.md` and appended to list in `adr/_index.md`, if applicable.
4-
- [ ] The `values-schema.yaml` file and `test/**` fixtures have been updated to reflect code changes, if applicable.
5-
- [ ] The OpenApi Schema from redkubes/otomi-api project is compatible with definitions from `values-schema.yaml` file, if applicable.
6-
- [ ] Helm releases are meeting otomi's baseline security policies, if applicable.
7-
- [ ] Helm chart and helmfile changes are tested against upgrade scenario, if applicable.
3+
<!-- What does this PR do? Why is it needed? -->
4+
5+
## 🔍 Reviewer Notes
6+
7+
<!-- Anything you'd like reviewers to focus on (e.g., tricky logic, edge cases)? -->
8+
9+
## 🧹 Checklist
10+
11+
- [ ] Code is readable, maintainable and robust.
12+
- [ ] Unit tests added/updated

0 commit comments

Comments
 (0)