Skip to content

Commit b749cc6

Browse files
[Tasks] Improved PR Template (#21010)
* [Tasks] Improved PR Template
1 parent 20c8541 commit b749cc6

File tree

1 file changed

+33
-11
lines changed

1 file changed

+33
-11
lines changed

.github/pull_request_template.md

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,40 @@
1-
**Task name**: <Name of changed or new pipeline task>
1+
### **Context**
2+
_Describe the context or motivation for 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)
24

3-
**Description**: <Describe your changes here>
5+
---
46

5-
**Risk Assesment(Low/Medium/High)**:
7+
### **Task Name**
8+
_Name of the updated or newly created pipeline task._
69

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

9-
**Tests Performed**: <Add the list of tests Manual or Automated performed for your changes>
12+
### **Description**
13+
_Summarize the changes made in this PR clearly and concisely._
1014

11-
**Documentation changes required:** (Y/N) <Please mark if documentation changes are required>
15+
---
1216

13-
**Attached related issue:** (Y/N) <Please add link to related issue here>
14-
> 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).
17+
### **Risk Assessment** (Low / Medium / High)
18+
_Assess the level of risk and provide reasoning (e.g., scope, impact, backward compatibility)._
1519

16-
**Checklist**:
17-
- [ ] Task version was bumped - please check [instruction](https://github.com/microsoft/azure-pipelines-tasks/tree/master/docs/taskversionbumping.md) how to do it
18-
- [ ] Checked that applied changes work as expected
20+
---
21+
22+
### **Unit Tests Added or Updated** (Yes / No)
23+
_Indicate whether unit tests were added or modified to reflect these changes._
24+
25+
---
26+
27+
### **Additional Testing Performed**
28+
_List all other tests performed (manual or automated, including integration, regression, scenario tests, etc.)._
29+
30+
---
31+
32+
### **Documentation Changes Required** (Yes / No)
33+
_Indicate whether related documentation needs to be updated._
34+
35+
---
36+
37+
### **Checklist**
38+
- [ ] Related issue linked (if applicable)
39+
- [ ] Task version was bumped — see [versioning guide](https://github.com/microsoft/azure-pipelines-tasks/tree/master/docs/taskversionbumping.md)
40+
- [ ] Verified the task behaves as expected

0 commit comments

Comments
 (0)