mirror of
https://github.com/warpdotdev/Warp.git
synced 2024-11-22 22:56:48 +03:00
75 lines
2.1 KiB
YAML
75 lines
2.1 KiB
YAML
name: Bug Report
|
|
description: "Found a bug? Help us by reporting it, we'd love if you'd first take a look through our open issues, to make sure the issue isn't already filed."
|
|
body:
|
|
- type: input
|
|
id: "discord"
|
|
attributes:
|
|
label: "Discord username (optional)"
|
|
description: "If you're in our Discord server please include your formatted like so: elvis#4747. This is so we can give you the Bug Catcher Discord role."
|
|
placeholder: username#4747
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: "describe-the-bug"
|
|
attributes:
|
|
label: "Describe the bug"
|
|
description: "A clear and concise description of what the bug is."
|
|
placeholder: Tell us what you see.
|
|
render: text
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: "to-reproduce"
|
|
attributes:
|
|
label: "To Reproduce"
|
|
value: |
|
|
Steps to reproduce:
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Scroll down to '...'
|
|
4. See error '...'
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: "expected-behaviour"
|
|
attributes:
|
|
label: "Expected behaviour"
|
|
description: "A clear and concise description of what you expected to happen."
|
|
placeholder: Tell us what you expect to see.
|
|
render: text
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: "screenshots"
|
|
attributes:
|
|
label: "Screenshots"
|
|
description: "If applicable, add screenshots to help explain your problem."
|
|
validations:
|
|
required: false
|
|
- type: dropdown
|
|
id: "os"
|
|
attributes:
|
|
label: "Operating System"
|
|
multiple: false
|
|
options:
|
|
- MacOS
|
|
# - Windows
|
|
# - Linux
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
id: "os-version"
|
|
attributes:
|
|
label: "OS Version"
|
|
description: "For example, `11.4`."
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: "additional-context"
|
|
attributes:
|
|
label: "Additional context"
|
|
description: "Add any other context about the problem here."
|
|
render: text
|
|
validations:
|
|
required: false
|