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

View file

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

View file

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