chore(issue-templates): Remove labels from issues title
This commit is contained in:
parent
267351963f
commit
b78cd67e26
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Bug
|
||||
about: Create a bug report to help us improve Lprs
|
||||
title: '[Bug]: ...'
|
||||
title: '...'
|
||||
labels: ["Kind/Bug"]
|
||||
assignees: ''
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Question
|
||||
about: Ask a question about Lprs
|
||||
title: '[Question]: ...'
|
||||
title: '...'
|
||||
labels: ["Kind/Question"]
|
||||
assignees: ''
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: Typo report
|
||||
about: Report a typo in the documentation or the code
|
||||
title: '[Typo]: ...'
|
||||
title: '...'
|
||||
labels: ["Kind/Documentation"]
|
||||
assignees: ''
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue