diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index e69de29..d716f17 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +### PR Checklist + +- [ ] PR has a clear description +- [ ] Code is tested can work correctly +- [ ] PR link is added to corresponding tasks +- [ ] No hardcoded secrets or credentials +- [ ] Appropriate documentation is updated + +- [ ] New code is covered by unit tests +- [ ] Unit tests pass