2.0 KiB
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:
- Go to our base JSBin: http://jsbin.com/fiqugiq
- Click the 'Edit in JSBin' button in the top-right corner.
- Click File > Clone to make your own copy of the demo (with its own unique URL) that you can edit.
- Click the yellow 'Login or Register' button at the top-right corner so that your JSBin persists longer-term.
- Log in with your GitHub account.
- Edit the JSBin to reproduce your issue.
- When you're finished editing, click 'File > Save snapshot` (command + s) to save your edits.
- 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
masterandunstable.
- The issue has been labelled as a
bug, if necessary.