fix issue templates (#62)

This commit is contained in:
Özgün Özerk
2023-12-15 18:03:36 +03:00
committed by GitHub
parent fe32f167b1
commit afbcbc85d7
2 changed files with 2 additions and 8 deletions
+2 -4
View File
@@ -1,9 +1,7 @@
name: 🐞 Bug report
description: Create a report to help us improve
title: '🐞 [Bug]: '
title: "🐞 [Bug]: "
labels: ["bug"]
assignees:
- ozgunozerk
body:
- type: markdown
attributes:
@@ -20,7 +18,7 @@ body:
id: platform
attributes:
label: platform
description: On which operating system did this bug emerged?
description: On which operating system did this bug emerge?
options:
- label: linux
required: false
@@ -2,8 +2,6 @@ name: 🎁 Feature Request
description: Suggest an idea for this project ⚡️
title: "🎁 [Feature Request]: "
labels: ["enhancement"]
assignees:
- ozgunozerk
body:
- type: markdown
attributes:
@@ -24,5 +22,3 @@ body:
options:
- label: I agree to follow this project's Contribution Guidelines
required: true