diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 000000000..31f495e19 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -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 +