-
Notifications
You must be signed in to change notification settings - Fork 25
improvement: Replace sentry feedback form with github issue template #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
fbed878
85c9958
772e0dd
c74dc3f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: Bug report | ||
description: File a bug report. | ||
title: "bug: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to report a bug! Please provide the details below. | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: What happened? | ||
placeholder: Tell us what you saw. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: How to reproduce | ||
description: List the minimal steps to trigger the issue. | ||
placeholder: | | ||
1. … | ||
2. … | ||
3. … | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected behavior | ||
description: What did you expect to happen instead? | ||
placeholder: Tell us what you expected. | ||
|
||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system | ||
description: Which OS are you using? | ||
placeholder: e.g. Windows 11, macOS 14, Ubuntu 22.04 | ||
|
||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: attachments | ||
attributes: | ||
label: Attachments | ||
description: Paste any relevant screenshots, error messages, or logs here. | ||
placeholder: Drag & drop or paste text/images/logs. | ||
|
Uh oh!
There was an error while loading. Please reload this page.