Skip to content

Commit

Permalink
Create bug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow authored Nov 4, 2021
1 parent 01d0553 commit cf4635e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "unverified"]
body:
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What part of the bot are you seeing the problem on?
multiple: true
options:
- Game - Narrator
- Game - Player
- Economy
- Other
- type: textarea
id: gamecode
attributes:
label: Game Code
description: If this is a bug in a game, what was the game code?
validations:
required: false

0 comments on commit cf4635e

Please sign in to comment.