UNPKG

1.42 kBMarkdownView Raw
1---
2name: Bug report
3about: Create a report to help us improve
4title: ''
5labels: bug
6assignees: ''
7
8---
9
10**Before you post**
11
12A request for help or a requests for a how-to should be directed to Stack Overflow:
13http://stackoverflow.com/questions/tagged/cytoscape.js
14
15
16
17**Environment info**
18
19- Cytoscape.js version :
20- Browser/Node.js & version :
21
22
23
24**Current (buggy) behaviour**
25
26_What does the bug do?_
27
28
29
30**Desired behaviour**
31
32_What do you expect Cytoscape.js to do instead?_
33
34
35
36**Minimum steps to reproduce**
37
38_What do you need to do to reproduce the issue?_
39
40_Fork/clone this JSBin demo and reproduce your issue so that your issue can be addressed quickly and effectively:_
41http://jsbin.com/fiqugiq
42
43
44
45**For reviewers**
46
47_Reviewers should ensure that the following tasks are carried out for incorporated issues:_
48
49- [ ] Ensure that the reporter has included a reproducible demo. They can easily fork this JSBin demo: http://jsbin.com/fiqugiq
50- [ ] The issue has been associated with a corresponding [milestone](https://github.com/cytoscape/cytoscape.js/milestones).
51- [ ] The commits have been incorporated into the corresponding branches. Bug-fix patches go on
52 - [ ] `master`,
53 - [ ] `unstable`, and
54 - [ ] the previous feature release branch (e.g. `1.1.x` if the current release is 1.2).
55- [ ] The issue has been labelled as a [`bug`](https://github.com/cytoscape/cytoscape.js/labels/bug), if necessary.
56