diff --git a/.github/ISSUE_TEMPLATE/userfacingfeature.md b/.github/ISSUE_TEMPLATE/userfacingfeature.md new file mode 100644 index 00000000000..b374bfb9f44 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/userfacingfeature.md @@ -0,0 +1,31 @@ +## What - The user facing feature being implemented + +## Why + +## Personas - Who will this affect? + +- [ ] SPO +- [ ] Dapp Devs +- [ ] Exchanges + +## Acceptance Criteria + +## Definition of done + +- [ ] Code review +- [ ] Builds successfully on CI +- [ ] Includes documentation and/or examples for the functionality +- [ ] Log/record changes on **Vnext** (or similar depending on what we adopt) +- [ ] Ticket number included in PR description +- [ ] The new functionality is covered by dev/unit/property tests +- [ ] Acceptance Criteria met +- [ ] Test Engineering Sign-off + E2E automated tests + +## Sign-off + +- [ ] Dev +- [ ] Test Engineering + +# Related PR + +1. PR # here \ No newline at end of file