-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
36 additions
and
17 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,36 @@ | ||
name: 🐛 Report a bug | ||
description: ——— | ||
labels: bug | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Thanks for trying out GhostText! | ||
Before opening an issue: | ||
- Make sure it's configured correctly by trying it on https://ghosttext.fregante.com/test/ | ||
- If it doesn't work there, visit the troubleshooting page https://ghosttext.fregante.com/troubleshooting/ | ||
Note that only Sublime Text and VS Code are officially supported. The other plugins are by third parties. | ||
If you're using a browser other than Chrome, Firefox and Safari, please try GhostText in Chrome first. | ||
- id: description | ||
type: textarea | ||
attributes: | ||
label: Description and repro | ||
description: Describe the issue and include the steps to reproduce it, including a URL if possible | ||
validations: | ||
required: true | ||
- id: browser | ||
type: input | ||
attributes: | ||
label: Browser(s) tried | ||
validations: | ||
required: true | ||
- id: editor | ||
type: input | ||
attributes: | ||
label: Editor(s) tried | ||
validations: | ||
required: true |