-
Notifications
You must be signed in to change notification settings - Fork 25
improvement: Replace sentry feedback form with github issue template #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improvement: Replace sentry feedback form with github issue template #87
Conversation
✅ Deploy Preview for hoppdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also @iparaskev you are into issue tracking a log any feedback?
attributes: | ||
label: Operating system | ||
description: Which OS are you using? | ||
placeholder: e.g. Windows 11, macOS 14, Ubuntu 22.04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My 2 cents, we do not support Ubuntu for the time being, so we could remove any noise.
Also, if we want this to be quite frictionless, we could even pre-populate fields with things we already know. For example I guess it would be fairly easy to get OS info from the app, to populate this field so filling bugs will have less friction.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, thanks for the feedback. will add now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @theodkp for picking up this.
Added Issue template in .github folder and removed sentry custom feedback form
Created new yaml file containing issue template
Removed sentry from report.tsx and added links to github issue template
notes
Template will appear blank until yaml file is committed to main branch.
closes #66