|
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) |
2 | 4 |
|
3 |
| -**Description**: <Describe your changes here> |
| 5 | +--- |
4 | 6 |
|
5 |
| -**Risk Assesment(Low/Medium/High)**: |
| 7 | +### **Task Name** |
| 8 | +_Name of the updated or newly created pipeline task._ |
6 | 9 |
|
7 |
| -**Added unit tests:** (Y/N) <Please mark if unit tests were added or updated according changes> |
| 10 | +--- |
8 | 11 |
|
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._ |
10 | 14 |
|
11 |
| -**Documentation changes required:** (Y/N) <Please mark if documentation changes are required> |
| 15 | +--- |
12 | 16 |
|
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)._ |
15 | 19 |
|
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