Skip to content

Commit

Permalink
Covert bug template to use .yml form
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceHumphreys committed Apr 27, 2023
1 parent 5b3e374 commit 4130b03
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Bug report
description: Create a report to help us improve
labels: []
body:
- type: textarea
id: version
attributes:
label: Version
description: Please provide the following version information
placeholder: |
- Ice Version [e.g. 3.7.9]
- OS: [e.g. Linux, Windows, macOS]
- Distribution: [e.g. YUM, Apt, Homebrew]
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe the bug
description: |
A clear and concise description of what the bug is.
placeholder: Description
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: |
A clear and concise description of what you expected to happen.
placeholder: Description
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here.
placeholder: Additional context
validations:
required: true

0 comments on commit 4130b03

Please sign in to comment.