Skip to content

Acceptance Criteria

Andrew Stanton-Nurse edited this page Apr 30, 2019 · 9 revisions

In order to complete a milestone, all bugs must be labelled with the accepted label. Prior to applying this label, complete the following checklist (shown in Markdown format below so you can copy-paste it into the issue if you'd like):

**Acceptance checklist** (check one item)
* [ ] We decided not to take this fix.
* [ ] The fix is tests-only.
* [ ] The fix contains product changes (**check all items below**).
	* [ ] Relevant XML documentation comments for new public APIs are present.
	* [ ] Narrative docs (docs.microsoft.com) are updated. (**check one item below**)
    	* [ ] The change requires a new article. An issue with an outline has been filed here: [ISSUE LINK]
		* [ ] The change requires a change to an existing article. A **closed** docs PR with these changes is linked here: [PR LINK]
		* [ ] The change requires no docs changes.
	* [ ] Verification has been completed.
    	* [ ] The change is in the shared framework and was verified against the following version of the SDK installer: [VERSION]
	    * [ ] The change is in an OOB NuGet/NPM/JAR package and was verified against the following version of that package: [PACKAGE ID] [VERSION]