Skip to content

Commit 87c9785

Browse files
authored
Added few minor improvements to issue template. (#1217)
* added few minor improvements to issue template * typo fixed
1 parent ba055f7 commit 87c9785

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/1.regression.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 😱 Regression
2-
description: This used to work, but a change in the service/tasks broke it. (Please make sure you know the last known working version)
2+
description: This used to work, but a change in the service/task/extension broke it. (Please make sure you know the last known working version)
33
title: "[REGRESSION]: "
44
labels: ["regression", "bug"]
55
body:
@@ -11,7 +11,7 @@ body:
1111
description: |
1212
Please make sure you've completed the following tasks before submitting your issue. Thanks!
1313
options:
14-
- label: I searched for [existing GitHub issues](https://github.com/microsoft/azure-pipelines-tasks/issues)
14+
- label: I searched for [existing GitHub issues](https://github.com/microsoft/azure-pipelines-extensions/issues)
1515
- label: I read [pipeline troubleshooting guide](https://docs.microsoft.com/vsts/build-release/actions/troubleshooting)
1616
- label: I checked [how to collect logs](https://learn.microsoft.com/azure/devops/pipelines/troubleshooting/review-logs?view=azure-devops)
1717

@@ -25,13 +25,13 @@ body:
2525
id: breaking-task-version
2626
attributes:
2727
label: Breaking Extension version
28-
placeholder: E.g. 15.230.0
28+
placeholder: E.g. 15.231.0
2929

3030
- type: input
3131
id: working-task-version
3232
attributes:
3333
label: Last working version
34-
placeholder: E.g. 15.231.0
34+
placeholder: E.g. 15.230.0
3535

3636
- type: textarea
3737
id: what-happened

.github/ISSUE_TEMPLATE/2.bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
description: |
1313
Please make sure you've completed the following tasks before submitting your issue. Thanks!
1414
options:
15-
- label: I searched for [existing GitHub issues](https://github.com/microsoft/azure-pipelines-tasks/issues)
15+
- label: I searched for [existing GitHub issues](https://github.com/microsoft/azure-pipelines-extensions/issues)
1616
- label: I read [pipeline troubleshooting guide](https://docs.microsoft.com/vsts/build-release/actions/troubleshooting)
1717
- label: I checked [how to collect logs](https://learn.microsoft.com/azure/devops/pipelines/troubleshooting/review-logs?view=azure-devops)
1818

0 commit comments

Comments
 (0)