2022-08-24 17:11:56 +00:00
name : Bug Report
description : File a bug report also known as an issue or problem.
2022-08-24 20:25:48 +00:00
title: '[Bug] : '
labels : [ 'bug' , 'needs triage' ]
2022-08-24 17:11:56 +00:00
body :
- type : markdown
id : intro-md
attributes :
value : |
Thanks for taking the time to fill out this bug report! Please ensure you provide as much information as asked to better assist in confirming and identifying a fix for the bug report.
- type : dropdown
2022-08-24 20:24:13 +00:00
id : existing-issue
attributes :
2022-08-24 20:25:48 +00:00
label : 'Verified issue does not already exist?'
description : 'Please search to see if an issue already exists for the issue you encountered.'
2022-08-24 20:24:13 +00:00
options :
2022-08-24 20:25:48 +00:00
- 'I have searched and found no existing issue'
2022-08-24 20:24:13 +00:00
validations :
required : true
2022-08-24 17:11:56 +00:00
- type : textarea
id : what-happened
attributes :
label : What happened?
description : Also tell us, what did you expect to happen?
placeholder : Tell us what you see!
2022-08-24 20:25:48 +00:00
value : 'A bug happened!'
2022-08-24 17:11:56 +00:00
validations :
required : true
- type : textarea
id : errors-received
attributes :
2022-08-24 20:25:48 +00:00
label : 'What error did you receive?'
description : 'If you received an error or a message on the screen, please provide that here.'
2022-08-24 17:11:56 +00:00
validations :
required : false
- type : markdown
id : env-info
attributes :
2022-08-24 20:25:48 +00:00
value : '## Environment Details'
2022-08-24 17:11:56 +00:00
- type : dropdown
id : hosting
attributes :
label : Where are you hosting Actual?
description : Where are you running your instance of Actual from?
options :
- Locally via Yarn
- Docker
- Fly.io
- NAS
- Other
validations :
required : false
- type : dropdown
id : browsers
attributes :
label : What browsers are you seeing the problem on?
multiple : true
options :
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Other
2022-08-24 20:25:48 +00:00
- type : dropdown
2022-08-24 17:11:56 +00:00
id : operating-system
attributes :
label : Operating System
2022-08-31 18:10:01 +00:00
description : What operating system are you using?
2022-08-24 17:11:56 +00:00
options :
- Windows 11
- Windows 10
2022-08-31 18:10:01 +00:00
- Mac OSX
2022-08-24 17:11:56 +00:00
- Linux
- Mobile Device
- Other
validations :
required : false