Skip to content

Commit

Permalink
fix issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Apr 2, 2024
1 parent 42aff4e commit cf48835
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Bug Report
description: File a bug report
labels: ['bug']
assignees:
assignees:
- todesstille
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Feature request
description: Suggest a new feature
labels: ['feature']
assignees:
assignees:
- todesstille
body:
- type: textarea
id: feature-description
Expand Down
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/other-issue.md

This file was deleted.

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/other-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Other issue
description: Other kind of issue
labels: ['question']
assignees:
- todesstille

0 comments on commit cf48835

Please sign in to comment.