2023-03-13 17:26:51 +03:00
name : Bug Report
description : File a bug report
2023-03-14 13:03:44 +03:00
title : "\u200b"
2023-03-14 12:59:58 +03:00
labels : [ 'bug' ]
2023-03-13 17:26:51 +03:00
body :
- type : markdown
attributes :
value : |
Thanks for taking the time to fill out this bug report!
- 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!
validations :
required : true
- type : dropdown
id : version
attributes :
2023-06-16 10:18:18 +03:00
label : Distribution version
description : What version of AFFiNE are you using?
2023-03-13 17:26:51 +03:00
options :
2023-07-25 21:18:02 +03:00
- macOS x64 (Intel)
- macOS ARM 64 (Apple Silicon)
2023-04-14 06:27:01 +03:00
- Windows x64
2023-06-16 10:18:18 +03:00
- Linux
- Web (app.affine.pro)
2023-09-05 05:45:59 +03:00
- Web (affine.fail)
- Web (insider.affine.pro)
2023-03-13 17:26:51 +03:00
validations :
required : true
- type : dropdown
id : browsers
attributes :
2023-06-16 10:18:18 +03:00
label : What browsers are you seeing the problem on if you're using web version?
2023-03-13 17:26:51 +03:00
multiple : true
options :
- Chrome
- Microsoft Edge
- Firefox
- Safari
- Other
- type : textarea
id : logs
attributes :
label : Relevant log output
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render : shell
- 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 here
- type : checkboxes
attributes :
label : Are you willing to submit a PR?
description : >
2023-03-14 05:30:50 +03:00
(Optional) We encourage you to submit a [Pull Request](https://github.com/toeverything/affine/pulls) (PR) to help improve AFFiNE for everyone, especially if you have a good understanding of how to implement a fix or feature.
2023-11-15 10:46:50 +03:00
See the AFFiNE [Contributing Guide](https://github.com/toeverything/affine/blob/canary/CONTRIBUTING.md) to get started.
2023-03-13 17:26:51 +03:00
options :
- label : Yes I'd like to help by submitting a PR!