-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|