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
|
name: Bug
|
||||||
about: Create a bug report to help us improve Lprs
|
about: Create a bug report to help us improve Lprs
|
||||||
title: '[Bug]: ...'
|
title: '...'
|
||||||
labels: ["Kind/Bug"]
|
labels: ["Kind/Bug"]
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Question
|
name: Question
|
||||||
about: Ask a question about Lprs
|
about: Ask a question about Lprs
|
||||||
title: '[Question]: ...'
|
title: '...'
|
||||||
labels: ["Kind/Question"]
|
labels: ["Kind/Question"]
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Typo report
|
name: Typo report
|
||||||
about: Report a typo in the documentation or the code
|
about: Report a typo in the documentation or the code
|
||||||
title: '[Typo]: ...'
|
title: '...'
|
||||||
labels: ["Kind/Documentation"]
|
labels: ["Kind/Documentation"]
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue