Skip to content

Commit e488bfb

Browse files
committed
Update tags
1 parent 2b70851 commit e488bfb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/epic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Epic
22
description: Create an epic for a large-scale project that will be broken down into Features and Tasks
3-
title: "Epic: "
3+
title: "[Epic]: "
44
labels: ["epic"]
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature
22
description: Create a Feature that belongs to an Epic and will be broken down into Tasks
3-
title: "Feature: "
3+
title: "[Feature]: "
44
labels: ["feature"]
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Task
22
description: Create a task that belongs to a Feature
3-
title: "Task: "
3+
title: "[Task]: "
44
labels: ["task"]
55
body:
66
- type: markdown

0 commit comments

Comments
 (0)