-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add work item template to issue template list (#2424)
- Loading branch information
1 parent
5e744da
commit d37c8a2
Showing
1 changed file
with
29 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,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! --> |