Skip to content

Commit

Permalink
Convert bug report from markdown to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vblinden committed Oct 3, 2021
1 parent 5f92f6e commit 6932688
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Bug Report
description: Create a report to help us improve
labels: ["bug"]
assignees:
- kpicaza
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the behavior
description: A clear and concise description of what the bug is.
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false

0 comments on commit 6932688

Please sign in to comment.