Skip to content

Commit 399d0f2

Browse files
committed
Add new user facing feature issue template
1 parent 0e67413 commit 399d0f2

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/userfacingfeature.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## What - The user facing feature being implemented
2+
3+
## Why
4+
5+
## Personas - Who will this affect?
6+
7+
- [ ] SPO
8+
- [ ] Dapp Devs
9+
- [ ] Exchanges
10+
11+
## Acceptance Criteria
12+
13+
## Definition of done
14+
15+
- [ ] Code review
16+
- [ ] Builds successfully on CI
17+
- [ ] Includes documentation and/or examples for the functionality
18+
- [ ] Log/record changes on **Vnext** (or similar depending on what we adopt)
19+
- [ ] Ticket number included in PR description
20+
- [ ] The new functionality is covered by dev/unit/property tests
21+
- [ ] Acceptance Criteria met
22+
- [ ] Test Engineering Sign-off + E2E automated tests
23+
24+
## Sign-off
25+
26+
- [ ] Dev
27+
- [ ] Test Engineering
28+
29+
# Related PR
30+
31+
1. PR # here

0 commit comments

Comments
 (0)