Skip to content

Commit

Permalink
Merge pull request #508 from Dasharo/yaml_bug_report
Browse files Browse the repository at this point in the history
.github: Add YAML bug report template
  • Loading branch information
macpijan committed Oct 10, 2023
2 parents 7e92170 + 9fa7a7d commit 9dd28fc
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 57 deletions.
57 changes: 0 additions & 57 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

96 changes: 96 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
name: Bug report
description: Report a problem in existing functionality, including documentation and infrastructure.
labels: ["bug"]

body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!

- type: input
id: device
attributes:
label: Device
description: The model of device you're using Dasharo on.
validations:
required: true

- type: input
id: version
attributes:
label: Dasharo version
description: The version of Dasharo you're using (e.g., `v0.2.0`), or coreboot and edk2 commit hashes if built from an untagged revision
validations:
required: true

- type: textarea
id: component
attributes:
label: Affected component(s) or functionality
description: The component or functionality of Dasharo that is not working as expected.
validations:
required: false

- type: input
id: summary
attributes:
label: Brief summary
description: A clear and concise summary of the bug.
validations:
required: true

- type: textarea
id: reproductibility
attributes:
label: How reproducible
description: At what rate does the bug occur when the steps to reproduce are performed?
validations:
required: false

- type: textarea
id: steps
attributes:
label: How to reproduce
description: List of 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: actual
attributes:
label: Actual behavior
description: What actually happened instead 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: context
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false

- type: textarea
id: solutions
attributes:
label: Solutions you've tried
description: If applicable, any solutions or workarounds you've already tried.
validations:
required: false

0 comments on commit 9dd28fc

Please sign in to comment.