Skip to content

Commit

Permalink
Create bug.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 authored Jan 12, 2025
1 parent 1082efe commit 7cd7296
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: report_bug
description: File a bug
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Some fields should be filled out automatically. If you're filing this report manually, please fill out the following fields to the best of your ability.
- type: input
id: trifa_version
attributes:
label: TRIfA Version
placeholder: 1.0.0
- type: input
id: build
attributes:
label: Build
placeholder: "12a4-7f9-b56-31-arm"
- type: textarea
id: repro
attributes:
label: Steps to reproduce
placeholder: How can we reproduce the bug?
value: |
1. Start TRIfA
- type: textarea
id: observed
attributes:
label: Observed Behavior
description: Please describe what you saw. If you have screenshots, attach them here.
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
placeholder: Tell us what you expected to see.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output.
render: shell

0 comments on commit 7cd7296

Please sign in to comment.