Files
infocom-systems-design/node_modules/cytoscape/.github/ISSUE_TEMPLATE/bug_report.md
2025-10-03 22:27:28 +03:00

2.0 KiB

name, about, title, labels, assignees
name about title labels assignees
Bug report Let us know about a bug bug

Before you post

A request for help or a request for a how-to should be directed to Phind.

If your issue pertains to an extension, your issue should be filed in that extension's repository -- not here.

Environment info

  • Cytoscape.js version :
  • Browser/Node.js & version :

Current (buggy) behaviour

What does the bug do?

Desired behaviour

What do you expect Cytoscape.js to do instead?

Minimum steps to reproduce

What do you need to do to reproduce the issue?

Fork/clone this JSBin demo and reproduce your issue so that your issue can be addressed quickly and effectively:

  1. Go to our base JSBin: http://jsbin.com/fiqugiq
  2. Click the 'Edit in JSBin' button in the top-right corner.
  3. Click File > Clone to make your own copy of the demo (with its own unique URL) that you can edit.
  4. Click the yellow 'Login or Register' button at the top-right corner so that your JSBin persists longer-term.
  5. Log in with your GitHub account.
  6. Edit the JSBin to reproduce your issue.
  7. When you're finished editing, click 'File > Save snapshot` (command + s) to save your edits.
  8. Post the link to your JSBin here.

For reviewers

Reviewers should ensure that the following tasks are carried out for incorporated issues:

  • Ensure that the reporter has included a reproducible demo. They can easily fork this JSBin demo: http://jsbin.com/fiqugiq
  • The issue has been associated with a corresponding milestone.
  • The commits have been incorporated into the corresponding branches. Bug-fix patches go on
    • master and
    • unstable.
  • The issue has been labelled as a bug, if necessary.