Skip to content

Commit 08f90ee

Browse files
Merge pull request #2660 from Microsoft/SimonDarksideJ-patch-1
Update ---mrtk-task.md
2 parents 612cc56 + 02a92d9 commit 08f90ee

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

.github/ISSUE_TEMPLATE/---mrtk-task.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,27 @@
22
name: "\U0001F4DD Mixed Reality Toolkit Task"
33
about: File an outstanding task for MRTK vNext.
44
---
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
512
6-
**Overview**
13+
# Overview
714
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.
819

9-
**Requirements**
10-
A list of the required features this task will implement.
1120
* Requirement 1
1221
* Requirement 2
1322

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.
25+
This may correspond with the above requirements.
26+
27+
- [ ] Test Criteria 1
28+
- [ ] Test Criteria 2

0 commit comments

Comments
 (0)