Skip to content

Commit

Permalink
Merge pull request #11 from MetaMask/chore/add-issue-template
Browse files Browse the repository at this point in the history
Add Issue Template
  • Loading branch information
McOso authored Feb 14, 2024
2 parents c8baed9 + bd9419a commit 22f4bce
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Feature
about: For new features
title: ''
labels: ''
assignees: ''

---

### **Description**

Describe the task. What does this aim to implement?

### **Technical Details**

- Implementation details
- Insight to what needs to be done
- Etc.

### **Acceptance Criteria**

- Are metrics required?
- Are translations required?
- Cases to satisfy
- XYZ should work
- Etc.

Scenario: xxxx
- GIVEN a user is in x state
- WHEN a user does x
- AND a user does x
- THEN x should occur

### **References**

- References go here.
- Issue numbers. Links.
- Slack threads.
- Etc.

0 comments on commit 22f4bce

Please sign in to comment.