Skip to content

mean-weasel/bugdrop-widget-test

Repository files navigation

BugDrop Demo

Live demo of BugDrop — a free, open-source widget: in-app feedback → GitHub Issues.

Try it: https://bugdrop-widget-test.vercel.app

Click the 🐛 bug button to submit feedback with screenshots & comments → creates a GitHub Issue.

What is BugDrop?

A free, open-source GitHub App that adds a feedback widget to your app:

About This Demo

WienerMatch is a fictional landing page used to demonstrate BugDrop. Issues submitted here go to this repo's Issues.

Widget Configuration

This demo uses the default configuration (title + description only). Developers can optionally collect submitter name/email by adding data attributes:

<script
  src="https://bugdrop.neonwatty.workers.dev/widget.js"
  data-repo="your-org/your-repo"
  data-show-name="true"
  data-show-email="true"
></script>
Attribute Description Default
data-repo Your GitHub repository required
data-show-name Display name input field false
data-require-name Make name required false
data-show-email Display email input field false
data-require-email Make email required false

See the BugDrop documentation for all options.

About

Test repository for feedback widget integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors