mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-01-09 21:37:58 -05:00
chore: remove labels from issue templates
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -2,7 +2,6 @@ name: "🐛 Bug Report"
|
|||||||
description: "Report something that is not working as expected"
|
description: "Report something that is not working as expected"
|
||||||
title: "🐛 Bug Report: "
|
title: "🐛 Bug Report: "
|
||||||
type: 'Bug'
|
type: 'Bug'
|
||||||
labels: [bug]
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/feature.yml
vendored
1
.github/ISSUE_TEMPLATE/feature.yml
vendored
@@ -1,7 +1,6 @@
|
|||||||
name: 🚀 Feature
|
name: 🚀 Feature
|
||||||
description: "Submit a proposal for a new feature"
|
description: "Submit a proposal for a new feature"
|
||||||
title: "🚀 Feature: "
|
title: "🚀 Feature: "
|
||||||
labels: [feature]
|
|
||||||
type: 'Feature'
|
type: 'Feature'
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/language-request.yml
vendored
1
.github/ISSUE_TEMPLATE/language-request.yml
vendored
@@ -1,7 +1,6 @@
|
|||||||
name: "🌐 Language request"
|
name: "🌐 Language request"
|
||||||
description: "You want to contribute to a language that isn't on Crowdin yet?"
|
description: "You want to contribute to a language that isn't on Crowdin yet?"
|
||||||
title: "🌐 Language Request: <language name in english>"
|
title: "🌐 Language Request: <language name in english>"
|
||||||
labels: [language-request]
|
|
||||||
type: 'Language Request'
|
type: 'Language Request'
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
|
|||||||
Reference in New Issue
Block a user