chore(issue-templates): Remove labels from issues title

This commit is contained in:
Awiteb 2024-04-30 16:08:20 +03:00
parent 267351963f
commit b78cd67e26
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
---
name: Bug
about: Create a bug report to help us improve Lprs
title: '[Bug]: ...'
title: '...'
labels: ["Kind/Bug"]
assignees: ''
---

View file

@ -1,7 +1,7 @@
---
name: Question
about: Ask a question about Lprs
title: '[Question]: ...'
title: '...'
labels: ["Kind/Question"]
assignees: ''
---

View file

@ -1,7 +1,7 @@
---
name: Typo report
about: Report a typo in the documentation or the code
title: '[Typo]: ...'
title: '...'
labels: ["Kind/Documentation"]
assignees: ''
---