Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-development-task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Feature Development Task
about: A tightly scoped task for a developer.
title: ''
labels: ''
assignees: nathanjmcdougall

---

**Motivation**
A clear and concise description of what benefit you would get from this feature.

**Summary of desired feature**
A clear and concise description of what you want to happen.

**Design**
An explanation of the general approach and philosophy of the proposed design.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or feature, or designs you've considered.

**Testing Strategy**
What sort of tests will be written?

**Steps**
An outline of steps required to implement this feature.

**Acceptance Criteria**
When would enough be done to consider this task completed?