diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f6ca9a7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,90 @@ + + +--- + +#### ๐Ÿงพ What this PR does + + + +--- + +#### ๐Ÿงฉ Type of change + +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update +- [ ] Refactor +- [ ] Other (please describe): ____________ + +--- + +#### ๐Ÿงช How to test it + + + +--- + +#### โœ… Acceptance Criteria + + + +- [ ] Pod starts without errors +- [ ] Nginx logs are available +- [ ] All relevant tests pass +- [ ] Documentation is updated (if needed) + +--- + +#### ๐Ÿ“Ž Related Issue(s) + + + +--- + +#### ๐Ÿ’ฌ Notes for Reviewers + + + +--- + +#### ๐Ÿ“ธ Screenshots / Logs (if applicable) + + + +--- + +#### ๐Ÿง  Additional Context + + \ No newline at end of file