Skip to content

Commit 9434341

Browse files
[Agent] Improved PR Template (#5194)
* [Agent] Improved PR Template
1 parent d2f5d9d commit 9434341

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1+
### **Context**
2+
_Explain the context or motivation behind this PR. Include links to any related Azure DevOps Work Items or GitHub issues._
3+
📌 [How to link to ADO Work Items](https://learn.microsoft.com/en-us/azure/devops/boards/github/link-to-from-github?view=azure-devops)
14

5+
---
26

3-
**Issue:** <Please describe the issue and add links to issue this is resolving>
4-
> Note: For adding link to ADO WI see [here](https://learn.microsoft.com/en-us/azure/devops/boards/github/link-to-from-github?view=azure-devops).
7+
### **Description**
8+
_Provide a concise summary of the changes introduced in this PR._
59

6-
**Description:** <Describe your changes here>
10+
---
711

8-
**Risk Assesment(Low/Medium/High)**: <Please add the reasoning for the risk assesment>
12+
### **Risk Assessment** (Low / Medium / High)
13+
_Assess the risk level and justify your assessment. For example: code path sensitivity, usage scope, or backward compatibility concerns._
914

10-
**Added unit tests:** (Y/N) <Please mark if unit tests were added or updated according changes>
15+
---
1116

12-
**Additional Tests Performed:** <Add the list of tests Manual or Automated performed for your changes>
17+
### **Unit Tests Added or Updated** (Yes / No)
18+
_Indicate whether unit tests were added or modified to reflect the changes._
19+
20+
---
21+
22+
### **Additional Testing Performed**
23+
_List manual or automated tests performed beyond unit tests (e.g., integration, scenario, regression)._

0 commit comments

Comments
 (0)