chore: remove default title from issue templates

This commit is contained in:
Matthew Russell 2022-12-01 09:35:52 -08:00
parent 13d4c463cd
commit 65564f1afc
No known key found for this signature in database
GPG Key ID: EF695622F2C5E3D8
3 changed files with 3 additions and 3 deletions

View File

@ -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: ''
---

View File

@ -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: ''
---

View File

@ -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: ''
---