Skip to content

Commit

Permalink
fix: issue forms (#75)
Browse files Browse the repository at this point in the history
* Update issue templates
  • Loading branch information
ArcaneDisgea committed May 20, 2022
1 parent d7bb490 commit a8fe0f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 64 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,6 +1,5 @@
name: Bug Report
description: File a bug report
title: ""
labels: ["bug"]
body:
- type: textarea
Expand All @@ -16,10 +15,10 @@ body:
label: To Reproduce
description: "Steps to reproduce the behavior:"
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
1. Go to...
2. Click on....
3. Scroll down to....
4. See error
validations:
required: true
- type: textarea
Expand Down
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,6 +1,5 @@
name: Feature Request
description: Suggest an idea for this project
title: ""
labels: ["enhancement"]
body:
- type: textarea
Expand Down

0 comments on commit a8fe0f6

Please sign in to comment.