diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..a8d7c69 --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +## Summary + + +## Workitem +Workitem: + +## Type +- [ ] Feature +- [ ] Bug fix +- [ ] Refactor +- [ ] Chore + +## Changes +- + +## How to test +1. + +## Screenshots (if UI change) + +## Checklist +- [ ] Follows project conventions +- [ ] No leftover console.log +- [ ] No hardcoded secrets +- [ ] E2E spec added/updated (if UI change)