Skip to content

Commit ef37491

Browse files
chore: Modify issue templates for new project (#687)
Signed-off-by: Joseph Sinclair <[email protected]>
1 parent 5792dcd commit ef37491

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/01-Story-Template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: Apache-2.0
22
name: Agile Task or Feature
33
description: Create a new task or feature
4-
title: "feat: "
5-
projects: "hashgraph/69"
4+
title: " "
5+
projects: "hiero-ledger/9"
66
body:
77
- type: input
88
id: as-a-line

.github/ISSUE_TEMPLATE/02-Epic-Template.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: Apache-2.0
22
name: Epic
33
description: Create a new Epic
4-
title: "EPIC: "
5-
projects: "hashgraph/69"
4+
title: " "
5+
projects: "hiero-ledger/9"
66
body:
77
- type: textarea
88
id: epic-goal
@@ -55,6 +55,5 @@ body:
5555
- [ ] feature 2
5656
- [ ] task 1
5757
- [ ] ...
58-
render: "[tasklist]"
5958
validations:
6059
required: true

0 commit comments

Comments
 (0)