-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab28750
commit 2ce61f4
Showing
1 changed file
with
32 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,32 @@ | ||
--- | ||
name: "\U0001F680 Feature or Improvement Ticket" | ||
about: Create a new feature or suggest an improvement | ||
--- | ||
|
||
# 🎯 Problem to be solved | ||
|
||
<!--Describe in detail the problem to be solved by this feature/enhancement and why it is important.--> | ||
|
||
# 🛠️ Proposed solution | ||
|
||
- [ ] Approved design doc: *link* | ||
|
||
# 🧪 Tests | ||
|
||
<!--Delete any irrelevant item and add other mandatory tests that should be passing--> | ||
|
||
# 👐 Additional acceptance criteria | ||
|
||
<!--Delete any irrelevant item and add any additional acceptance criteria for this issue to be marked as closed.--> | ||
|
||
# ❌ Out of Scope | ||
|
||
<!--If there is anything to highlight as out of scope for this issue, please outline it here.--> | ||
|
||
<!--# ✅ Issue Creation Checklist | ||
Delete this section once you have validated that this ticket is | ||
- [ ] Feasible: it can be completed in one sprint (2 weeks) by a single person, otherwise split the ticket into multiple issues | ||
- [ ] Actionable: any contributor must be able to determine immediately what needs to be done to complete the ticket | ||
- [ ] Clear: all contributors have a shared understanding of what it means | ||
- [ ] Testable: there is an effective way to determine if the functionality works as expected --> |