chore: remove default title from issue templates
This commit is contained in:
parent
13d4c463cd
commit
65564f1afc
2
.github/ISSUE_TEMPLATE/---bug.md
vendored
2
.github/ISSUE_TEMPLATE/---bug.md
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: "\U0001F41B Bug"
|
||||
about: Create a report to help us improve
|
||||
title: '[console/token/explorer/common]'
|
||||
title: ''
|
||||
labels: "\U0001F41B bug"
|
||||
assignees: ''
|
||||
---
|
||||
|
2
.github/ISSUE_TEMPLATE/chore.md
vendored
2
.github/ISSUE_TEMPLATE/chore.md
vendored
@ -3,7 +3,7 @@ name: Chore
|
||||
about:
|
||||
A template to capture non feature / enhancement work we need to do like work
|
||||
to support other functions or housekeeping etc.
|
||||
title: '[console/token/explorer/common]'
|
||||
title: ''
|
||||
labels: chore
|
||||
assignees: ''
|
||||
---
|
||||
|
2
.github/ISSUE_TEMPLATE/user-story.md
vendored
2
.github/ISSUE_TEMPLATE/user-story.md
vendored
@ -3,7 +3,7 @@ name: User Story
|
||||
about:
|
||||
A template to describe a features or enhancements we want to make from a users
|
||||
perspective to ensure we understand what is needed and the value it would add
|
||||
title: '[console/token/explorer/common]'
|
||||
title: ''
|
||||
labels: feature
|
||||
assignees: ''
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user