diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index 96e62eb..46d0b82 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,9 @@ ### PR Checklist -- [ ] Code builds successfully +- [ ] Code is tested in local environment +- [ ] New code is covered by unit tests - [ ] Unit tests pass - [ ] Code is reviewed - [ ] No hardcoded secrets or credentials - [ ] Appropriate documentation is updated -- [ ] Relevant JIRA/Trello ticket linked \ No newline at end of file +- [ ] Relevant TaskID and link is included in the PR description \ No newline at end of file