-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
38 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,38 @@ | ||
name: Bug Report | ||
about: File a bug report | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Use this form to report an issue with Polyglot | ||
- 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! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro-steps | ||
attributes: | ||
label: Reproduction Steps | ||
description: Keep them simple, include screenshots as needed. Note what System(s) you tested in, if relevant. | ||
placeholder: To encounter the bug, first open up... | ||
validations: | ||
required: true | ||
- type: input | ||
id: game-system | ||
attributes: | ||
label: Which game system, and which version, are you using? | ||
placeholder: "e.g. dnd5e 2.4.1" | ||
validations: | ||
required: true | ||
- type: input | ||
id: polyglot-version | ||
attributes: | ||
label: Which Polyglot version are you using? | ||
placeholder: "e.g. 2.3.28" | ||
validations: | ||
required: true |