-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add template for reporting content issues
- Loading branch information
1 parent
084a2a8
commit 9fb9608
Showing
1 changed file
with
31 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,31 @@ | ||
name: Content Issue Report | ||
description: Report a content issue on the website. | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking your time to report this content issue! If you need real-time help, join us on [Discord](https://discord.quiltmc.org). | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the issue | ||
description: "Please describe what went wrong with the website content." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: device-and-os | ||
attributes: | ||
label: What device are you using and what OS is it running? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: browser | ||
attributes: | ||
label: Which browser are you using? If you know your browser version, please specify it. | ||
description: "Please be sure you're on the latest version of the browser you are currently using." | ||
validations: | ||
required: true |