-
Notifications
You must be signed in to change notification settings - Fork 1
Description
We should provide a centralized way where users can share feedback. This could be accomplished with a form. This form should include following fields:
Field Name | Field Type | Values | Required | Shown when |
---|---|---|---|---|
Feedback type | Select | General, Bug, Feature request | yes | always |
Description | Long Text | 4k chars | yes | always |
Steps to reproduce | Long text or List of short text | 1k chars | no | Bug Report |
Expected Behavior | Long Text | 2k chars | no | Bg Report |
Actual Behavior | Long Text | 2k chars | no | Bug Report |
System Data | Long Text | 2k chars | no | always |
Images | Attachment | up to 5 | no | Bug Report |
Contact | Short text | 256 chars | no | always |
This Form can be autofilled with a query parameter that passes system info. This param could be used by the app for example.
We need to make sure how we handle privacy.
It's not clear how we handle the incoming data. Possible solutions would be: Email, Github Issue (would be public), Internal Matrix chat webhook.