Skip to content

Commit cccecdc

Browse files
committed
revert issue template chanes
1 parent e8dbb0f commit cccecdc

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/ISSUE_TEMPLATE/1a_FeatureRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: 'Feature Request'
1818
body:
1919
- type: markdown
2020
attributes:
21-
value: "## <ins>Feature Request Issue creation</ins>"
21+
value: "## <ins>Feature Request Ticket creation</ins>"
2222
- type: textarea
2323
attributes:
2424
label: Feature Request / Modification Description

.github/ISSUE_TEMPLATE/1b_ComponentenRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: 'Component Request'
1818
body:
1919
- type: markdown
2020
attributes:
21-
value: "## <ins>Component Request / Modification Issue creation</ins>"
21+
value: "## <ins>Component Request / Modification Ticket creation</ins>"
2222
- type: textarea
2323
attributes:
2424
label: Component Request /Modification Description

.github/ISSUE_TEMPLATE/2_ProductIncrement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: 'Product Increment'
1818
body:
1919
- type: markdown
2020
attributes:
21-
value: "## <ins>Product Increment Issue creation</ins>"
21+
value: "## <ins>Product Increment Ticket creation</ins>"
2222
- type: textarea
2323
attributes:
2424
label: Product Increment Description

.github/ISSUE_TEMPLATE/3_RoadmapInitiative.yml renamed to .github/ISSUE_TEMPLATE/3_Epic.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313

14-
name: Roadmap Initiative
15-
description: Issue to track a roadmap initiative
16-
title: "Your roadmap initiative title"
17-
type: 'Roadmap Initiative'
14+
name: Epic
15+
description: Issue to track an Epic
16+
title: "Your Epic title"
17+
type: 'Epic'
1818
body:
1919
- type: markdown
2020
attributes:
21-
value: "## <ins>Roadmap Initiative Issue creation</ins>"
21+
value: "## <ins>Epic Ticket creation</ins>"
2222
- type: textarea
2323
attributes:
24-
label: Initiative Description
25-
description: Goal of the roadmap initiative
24+
label: Epic Description
25+
description: Goal of the Epic
2626
validations:
2727
required: true
2828
- type: textarea
2929
attributes:
3030
label: Acceptance Criteria (DoD)
31-
description: Details on when the initiative is considered "done"
31+
description: Details on when the Task is considered "done"
3232
validations:
33-
required: true
33+
required: true

.github/ISSUE_TEMPLATE/4_Task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: Task
1818
body:
1919
- type: markdown
2020
attributes:
21-
value: "## <ins>Task Issue creation</ins>"
21+
value: "## <ins>Task Ticket creation</ins>"
2222
- type: textarea
2323
attributes:
2424
label: What

.github/ISSUE_TEMPLATE/5_Bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: 'Bug'
1818
body:
1919
- type: markdown
2020
attributes:
21-
value: "## <ins>Bug Issue creation</ins>"
21+
value: "## <ins>Bug Ticket creation</ins>"
2222
- type: textarea
2323
attributes:
2424
label: Description

0 commit comments

Comments
 (0)