Skip to content

Commit

Permalink
Added new issue template (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jan 24, 2022
1 parent 3e65183 commit 0a81677
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/1-bug.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
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?

0 comments on commit 0a81677

Please sign in to comment.