Skip to content

Commit

Permalink
Add work item template to issue template list (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroney authored Jun 8, 2020
1 parent 5e744da commit d37c8a2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/work_item.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Work Item
about: Track project work related to Fluid Framework
title: ''
labels: ''
assignees: ''

---

## Work Item
**Describe the outcome you expect**
<!--A clear and concise description of the deliverable for this work item -->

**Approach**
<!--Describe the high level approach to this work -->

**Open questions**
<!--List any unknowns that need to be addressed with this work -->

**Additional context**
<!--Add any other context about this work you'd like to provide -->

**Acceptance criteria**
<!--The full list of things that must be true before this work can be considered done -->


<!-- By filing an Issue, you are expected to comply with the Code of Conduct: https://github.com/microsoft/FluidFramework/blob/master/CODE_OF_CONDUCT.md -->

<!-- Lastly, be sure to preview your issue before saving. Thanks! -->

0 comments on commit d37c8a2

Please sign in to comment.