diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE/unit-test.md b/.github/workflows/PULL_REQUEST_TEMPLATE/unit-test.md new file mode 100644 index 0000000..1406068 --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE/unit-test.md @@ -0,0 +1,15 @@ +# Why this PR is needed + +- [SCI-?] {Jira ticket description} + +# What I did in this PR + +- {Which changes or you can use commit message} + +# Checklist + +- [ ] Add `Ready For Review` label +- [ ] Add correct `Milestone` +- [ ] It is working well in my local +- [ ] Test coverage for C0 is `+80%` +- [ ] Test coverage for C2 is `+75%`