2024-10-23 03:52:34 +02:00
name : 🐞 Bug Report
2024-10-03 01:09:16 +02:00
description : Create a bug report to help us improve.
title : "[Bug]: "
labels : [ "bug" , "triage" ]
body :
2024-10-03 01:48:25 +02:00
- type : markdown
attributes :
value : |
## Bug description
2024-10-03 01:09:16 +02:00
- type : textarea
attributes :
label : Current Behavior
description : A concise description of what you're experiencing.
validations :
2024-10-03 01:48:25 +02:00
required : true
2024-10-03 01:09:16 +02:00
- type : textarea
attributes :
label : Expected Behavior
description : A concise description of what you expected to happen.
validations :
2024-10-03 01:48:25 +02:00
required : true
2024-10-03 01:09:16 +02:00
- type : textarea
attributes :
label : Steps To Reproduce
description : Steps to reproduce the behavior.
placeholder : |
1 . In this environment...
2024-10-03 01:34:40 +02:00
2 . With this config...
3 . Run '...'
4 . See error...
2024-10-03 01:09:16 +02:00
validations :
2024-10-03 01:51:42 +02:00
required : true
2024-10-03 01:48:25 +02:00
- type : markdown
2024-10-03 01:09:16 +02:00
attributes :
value : |
2024-10-03 01:51:42 +02:00
## Environment details
2024-10-03 02:02:40 +02:00
We require that you provide us the version of Wave you're running so we can track issues across versions. To find the Wave version, go to the app menu (this always visible on macOS, for Windows and Linux, click the `...` button) and navigate to `Wave -> About Wave Terminal`. This will bring up the About modal. Copy the client version and paste it below.
2024-10-03 01:48:25 +02:00
- type : input
attributes :
label : Wave Version
description : The version of Wave you are running
placeholder : v0.8.8
validations :
required : true
- type : input
attributes :
label : OS
description : The name and version of the operating system of the computer where you are running Wave
placeholder : macOS 15.0
validations :
required : false
- type : dropdown
attributes :
label : Architecture
description : The architecture of the computer where you are running Wave
options :
- arm64
- x64
2024-10-03 01:09:16 +02:00
validations :
required : false
2024-10-03 01:48:25 +02:00
- type : markdown
attributes :
value : |
2024-10-03 01:51:42 +02:00
## Extra details
2024-10-03 01:09:16 +02:00
- type : textarea
attributes :
label : Anything else?
description : |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip : You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations :
required : false
- type : checkboxes
attributes :
label : Questionnaire
description : "If you feel up to the challenge, please check one of the boxes below:"
options :
- label : I'm interested in fixing this myself but don't know where to start
required : false
- label : I would like to fix and I have a solution
required : false
- label : I don't have time to fix this right now, but maybe later
required : false