We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b70851 commit e488bfbCopy full SHA for e488bfb
3 files changed
.github/ISSUE_TEMPLATE/epic.yml
@@ -1,6 +1,6 @@
1
name: Epic
2
description: Create an epic for a large-scale project that will be broken down into Features and Tasks
3
-title: "Epic: "
+title: "[Epic]: "
4
labels: ["epic"]
5
body:
6
- type: markdown
.github/ISSUE_TEMPLATE/feature.yml
name: Feature
description: Create a Feature that belongs to an Epic and will be broken down into Tasks
-title: "Feature: "
+title: "[Feature]: "
labels: ["feature"]
.github/ISSUE_TEMPLATE/task.yml
name: Task
description: Create a task that belongs to a Feature
-title: "Task: "
+title: "[Task]: "
labels: ["task"]
0 commit comments