Issue Wrapper enables developers to create a custom issue-reporting link for their applications. When users click the link, they are directed to a page with a developer-defined set of questions. Once completed, the responses are submitted directly as a GitHub issue, formatted as specified by the developer.
- Customizable Issue Forms: Developers can design tailored forms to collect relevant information.
- Automated GitHub Issue Creation: User reports are directly submitted to the specified GitHub repository.
- Progress Tracking: Users can track the status and updates of their reported issues through the familiar GitHub UI.
Visit Issue Wrapper
- Integrate Issue Wrapper with your application.
- Customize the reporting link and form settings.
- Share the link with your users.
- Define the form fields/questions
- Generate a custom issue-reporting link for your app.
- Navigate the user to the link when a bug needs to be reported
- The generated link will look like this:
https://issue-wrapper.viscouspotenti.al/?q=....
- If you need to make edits to the link, replace
q
withe
to formhttps://issue-wrapper.viscouspotenti.al/?e=....
- Optionally include logs that will be included at the bottom of your report
- (It's recommended to cap a generated URL to 2048 characters in length to maintain compatiblity)
- The generated link will look like this:
- Users are taken to the generated link and authenticate if required.
- Fill out the structured form with details of the issue.
- Submit the form to generate a GitHub issue.
- Developers receive issues in a consistent, predefined format.
- Users stay updated on the progress directly.
- For Developers: Streamlined feedback collection and improved issue tracking.
- For Users: Easy-to-use interface and transparency in issue resolution.