-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from MetaMask/chore/add-issue-template
Add Issue Template
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |