Skip to content

Commit 96462ba

Browse files
committed
added code markdown
1 parent 1069c30 commit 96462ba

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/boards/work-items/guidance/guidance-code-review-feedback-field-reference.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ The following fields are used to track code review requests and responses. You c
3131
3232
|**Field name**|**Description**|**Data type**|
3333
|--------------|---------------|-------------|
34-
|**Accepted By**|The name of the code reviewer.<br/>Reference name=Microsoft.CodeReview.AcceptedBy|String|
35-
|**Accepted Date**|The date and time when the code-reviewer responded.<br/>Reference name=Microsoft.CodeReview.AcceptedDate|DateTime|
36-
|**Associated Context**|The name assigned to the code work requested for review.<br/>Reference name=Microsoft.CodeReview.Context|String|
37-
|**Associated Context Code**|An integer value that captures whether the code review is for **1** (shelveset) or **2** (changeset).<br/>Reference name=Microsoft.CodeReview.ContextCode|Integer|
38-
|**Associated Context Owner**|The GUID assigned to the shelveset owner who requested the code review.<br/>Reference name=Microsoft.CodeReview.ContextOwner|String|
39-
|**Associated Context Type**|The type of code work requested for review: **Shelveset** or **Changeset**.<br/>Reference name=Microsoft.CodeReview.ContextType|String|
40-
|**Closed Status**|The status selected by the reviewer when closing the code review request. The number is stored in the system and written to the data warehouse as follows:<br/><br/>- **0—Not Reviewed**<br />- **1 - Looks Good**<br />- **2 - With Comments**<br/>- **3- Needs Work**<br />- **4 - Declined**<br/>- **5 - Removed**<br/>Reference name=Microsoft.CodeReview.ClosedStatus|String|
41-
|**Closed Status Code**|A value ranging from 0 to 5 that corresponds to the status selected by the reviewer when closing the code review request.<br/>Reference name=Microsoft.CodeReview.ClosedStatusCode|Integer|
42-
|**Closing Comments**|The comment entered by the reviewer when closing the review request.<br/>Reference name=Microsoft.CodeReview.ClosingComment|String|
43-
|**Reviewed By**|The name of the team member who reviewed the code. The State transitions to Reviewed when the code reviewer responds. (Code Review Response)<br/>Reference name=Microsoft.Common.ReviewedBy|String|
44-
|**Reviewed Date**|The date-time stamp when the reviewer closed the request. (Code Review Response)<br/>Reference name=Microsoft.Common.ReviewedDate|Date-Time|
45-
|**State Code**|Mirror field used to track the current state in code.<br/>Reference name=Microsoft.Common.StateCode|Integer|
34+
|**Accepted By**|The name of the code reviewer.<br/>Reference name=`Microsoft.CodeReview.AcceptedBy`|String|
35+
|**Accepted Date**|The date and time when the code-reviewer responded.<br/>Reference name=`Microsoft.CodeReview.AcceptedDate`|DateTime|
36+
|**Associated Context**|The name assigned to the code work requested for review.<br/>Reference name=`Microsoft.CodeReview.Context`|String|
37+
|**Associated Context Code**|An integer value that captures whether the code review is for **1** (shelveset) or **2** (changeset).<br/>Reference name=`Microsoft.CodeReview.ContextCode`|Integer|
38+
|**Associated Context Owner**|The GUID assigned to the shelveset owner who requested the code review.<br/>Reference name=`Microsoft.CodeReview.ContextOwner`|String|
39+
|**Associated Context Type**|The type of code work requested for review: **Shelveset** or **Changeset**.<br/>Reference name=`Microsoft.CodeReview.ContextType`|String|
40+
|**Closed Status**|The status selected by the reviewer when closing the code review request. The number is stored in the system and written to the data warehouse as follows:<br/><br/>- **0—Not Reviewed**<br />- **1 - Looks Good**<br />- **2 - With Comments**<br/>- **3- Needs Work**<br />- **4 - Declined**<br/>- **5 - Removed**<br/>Reference name=`Microsoft.CodeReview.ClosedStatus`|String|
41+
|**Closed Status Code**|A value ranging from 0 to 5 that corresponds to the status selected by the reviewer when closing the code review request.<br/>Reference name=`Microsoft.CodeReview.ClosedStatusCode`|Integer|
42+
|**Closing Comments**|The comment entered by the reviewer when closing the review request.<br/>Reference name=`Microsoft.CodeReview.ClosingComment`|String|
43+
|**Reviewed By**|The name of the team member who reviewed the code. The State transitions to Reviewed when the code reviewer responds. (Code Review Response)<br/>Reference name=`Microsoft.Common.ReviewedBy`|String|
44+
|**Reviewed Date**|The date-time stamp when the reviewer closed the request. (Code Review Response)<br/>Reference name=`Microsoft.Common.ReviewedDate`|Date-Time|
45+
|**State Code**|Mirror field used to track the current state in code.<br/>Reference name=`Microsoft.Common.StateCode`|Integer|
4646

4747
<a name="feedback"></a>
4848

@@ -52,10 +52,10 @@ The following fields track feedback requests and responses. You complete the fir
5252

5353
|**Field name**|**Description**|**Data type**|
5454
|--------------------|---------------------|-------------------|
55-
|**Application Launch Instructions**|Instructions to stakeholders on how to start the application.<br/>Reference name=Microsoft.Feedback.ApplicationLaunchInstructions|HTML|
56-
|**Application Start Information**|Guidelines to direct stakeholder feedback.<br/>Reference name=Microsoft.Feedback.ApplicationStartInformation|PlainText|
57-
|**Application Type**|The type of application that stakeholders provide feedback on. The valid types are specified in the process configuration file, ProcessConfiguration. The default values are **Web Application**, **Remote Machine**, and **Client Application**.<br/>Reference name=Microsoft.Feedback.ApplicationType|String|
58-
|**Rating**|The number of stars that an item receives from a reviewer in a star-based ranking system. (Feedback Response)<br /> The number is stored in the system and written to the data warehouse as follows:<br /><br /> - **0—Not Rated**<br />- **1 - Poor**<br />- **2 - Fair**<br />- **3- Good**<br />- **4- Very Good**<br />- **5 - Excellent**<br/>Reference name=Microsoft.Common.Rating|String|
55+
|**Application Launch Instructions**|Instructions to stakeholders on how to start the application.<br/>Reference name=`Microsoft.Feedback.ApplicationLaunchInstructions`|HTML|
56+
|**Application Start Information**|Guidelines to direct stakeholder feedback.<br/>Reference name=`Microsoft.Feedback.ApplicationStartInformation`|PlainText|
57+
|**Application Type**|The type of application that stakeholders provide feedback on. The valid types are specified in the process configuration file, ProcessConfiguration. The default values are **Web Application**, **Remote Machine**, and **Client Application**.<br/>Reference name=`Microsoft.Feedback.ApplicationType`|String|
58+
|**Rating**|The number of stars that an item receives from a reviewer in a star-based ranking system. (Feedback Response)<br /> The number is stored in the system and written to the data warehouse as follows:<br /><br /> - **0—Not Rated**<br />- **1 - Poor**<br />- **2 - Fair**<br />- **3- Good**<br />- **4- Very Good**<br />- **5 - Excellent**<br/>Reference name=`Microsoft.Common.Rating`|String|
5959

6060
## Related articles
6161

0 commit comments

Comments
 (0)