Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 950 Bytes

File metadata and controls

26 lines (18 loc) · 950 Bytes

How to contribute

Thanks for helping maintain VisBug2.

Reporting issues

Search the VisBug2 issue tracker before opening a new issue. Include reproduction steps, the browser and operating system, and screenshots or recordings when they help explain the problem.

Pull requests

  1. Create a focused branch from main.
  2. Install dependencies with npm install.
  3. Run npm run bundle and the relevant tests.
  4. Keep unrelated changes out of the pull request.
  5. Explain the motivation, behavior change, and verification in the pull request.

All submissions are reviewed through GitHub pull requests.

Upstream attribution

VisBug2 is derived from the original GoogleChromeLabs/ProjectVisBug, created by Adam Argyle. Please preserve license notices and attribution when redistributing this project.