Skip to content

Commit

Permalink
🔧 Use Issue Forms (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
svg153 authored Jun 7, 2022
1 parent d61fc2b commit 637915e
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: 🐛 Bug report
description: Create a report to help us improve
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: 🐞 Describe the bug
description: |
A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
id: reproduce
attributes:
label: 📚 To reproduce
description: |
Steps to reproduce the behavior.
validations:
required: true

- type: textarea
id: expected
attributes:
label: 💡 Expected behavior
description: |
A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: 🖼️ Screenshots
description: |
If applicable, add screenshots to help explain your problem.
validations:
required: false

- type: textarea
id: environment
attributes:
label: ⚙️ Environment
description: |
Action version: [e.g. v1.0.0]
validations:
required: true

- type: textarea
id: additional
attributes:
label: 📋 Additional context
description: |
Add any other context about the problem here.
validations:
required: false

0 comments on commit 637915e

Please sign in to comment.