Skip to content

Commit

Permalink
Update issue templates (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Oct 7, 2023
1 parent 3358096 commit 6074ed6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

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

0 comments on commit 6074ed6

Please sign in to comment.