-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
2 changed files
with
34 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,34 @@ | ||
name: Bug Report | ||
description: Something does not seem right | ||
labels: [bug] | ||
body: | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: What happened that shouldn't have? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: Reproduction steps | ||
value: | | ||
1. [First step] | ||
2. [Second step] | ||
3. etc. | ||
- type: input | ||
id: insta-version | ||
attributes: | ||
label: Insta Version | ||
description: What version of insta are you using? | ||
- type: input | ||
id: rustc-version | ||
attributes: | ||
label: rustc Version | ||
description: What version of rustc are you using? | ||
- type: textarea | ||
id: expectations | ||
attributes: | ||
label: What did you expect? | ||
placeholder: What do you think should have happened? |