A simple yet powerful bug reporting tool for non-technical staff
You can get Report A Bug widget JS and CSS file from the dist/ folder in the GitHub repository,
<script src="../dist/main.js"></script>
<script>
ReportBugWidget.init({
apikey: "Your API key goes here",
title: 'Your title goes here'
});
</script>