Skip to content

Commit

Permalink
fix issue templates (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk authored Dec 15, 2023
1 parent fe32f16 commit afbcbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -24,5 +22,3 @@ body:
options:
- label: I agree to follow this project's Contribution Guidelines
required: true


0 comments on commit afbcbc8

Please sign in to comment.