You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/---mrtk-task.md
+18-7
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,27 @@
2
2
name: "\U0001F4DD Mixed Reality Toolkit Task"
3
3
about: File an outstanding task for MRTK vNext.
4
4
---
5
+
> Necessary checks for creating a new vNext Task:
6
+
> * Prefix the Title of the Task with "vNext Task: "
7
+
> * Remove any defaulted text below. Only include new information you are supplying for the task
8
+
> * Ensure requirements detail everything the feature will be required to do
9
+
> * Ensure acceptance criteria (tests) follow the SOLID principles, to ensure when testing, the task passes or fails
10
+
>
11
+
> *Please remove this section before clicking "Submit new issue" :D
5
12
6
-
**Overview**
13
+
# Overview
7
14
A clear and concise description of what the outstanding task is.
15
+
Include any reference material as required to properly define why this feature is required (helps with prioritization)
16
+
17
+
# Requirements
18
+
A list of the required functionality this task requires to implement.
8
19
9
-
**Requirements**
10
-
A list of the required features this task will implement.
11
20
* Requirement 1
12
21
* Requirement 2
13
22
14
-
**Acceptance Criteria**
15
-
A list of the specific things that must be done for approval and acceptance here, done in checklist form. This may correspond with the above requirements.
16
-
-[ ] Criterion 1
17
-
-[ ] Criterion 2
23
+
# Acceptance Criteria
24
+
A list of the specific things that must be done for approval / acceptance of the task in checklist form.
0 commit comments