-
Notifications
You must be signed in to change notification settings - Fork 49
Description
If I'm a user on the site and I encounter an error, an unexpected interface, or something else annoying, I'd like a way of giving feedback to the development team. We already auto-open issues for runtime errors (see #118 for an example of this), but that won't catch everything.
To make development life easy, this would ideally be integrated with something that we already use–Github Issues, slack, etc. This is also volunteer work for a non-profit, so we have no budget to speak of; paid services won't work.
Some possibilities:
-
Add some third-party service like UserReport. Do they have a way of integrating with issues? Does another service?
-
Put a "Questions or comments? Send us an email at " or something in the footer. This doesn't integrate with anything, but it might be a reasonable stop-gap solution.
-
Build something ourselves to collect feedback.