|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a bug report for a plotly.js issue |
| 4 | +title: "[BUG]: " |
| 5 | +labels: bug |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +### Instructions (remove this section before submitting report) |
| 10 | + |
| 11 | +Thanks for your interest in plotly.js! |
| 12 | + |
| 13 | +- Before submitting a new bug report, please search for existing and closed issues. If your bug is not addressed yet, fill out the sections below and submit a new issue. |
| 14 | +- Issues found on the example pages from **https://plotly.com/javascript/** should be filed in our [documentation repo](https://github.com/plotly/documentation/issues) with the exception of **https://plotly.com/javascript/reference** which should be filed here. |
| 15 | +- Implementation questions ("How do I do ...?") should be asked on our [Community Forum](https://community.plotly.com/c/plotly-js/6) or on [Stack Overflow](https://stackoverflow.com/questions/tagged/plotly) (tagged 'plotly'). |
| 16 | +- Comments should add content to the discussions. Approbation comments such as *+1* or *I would like this feature to be implemented as well* will be deleted by the maintainers. Please use [GitHub reactions](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments) instead. |
| 17 | + |
| 18 | +### Description |
| 19 | + |
| 20 | +_Add a clear description of the issue that you're having._ |
| 21 | + |
| 22 | +### Screenshots/Video |
| 23 | + |
| 24 | +_Add screenshots or a video of the issue._ |
| 25 | + |
| 26 | +### Steps to reproduce |
| 27 | + |
| 28 | +_Reports **must** include steps to reproduce the issue. Alternatively, you can use [codepen](http://codepen.io/), [jsfiddle](https://jsfiddle.net/) or [jsbin](https://jsbin.com) to share your example. Please use the [latest (un-minified) version](https://github.com/plotly/plotly.js/releases) of plotly.js in your report unless not applicable._ |
| 29 | + |
| 30 | +- Go to '...' |
| 31 | +- Click on X |
| 32 | +- Note the issue with Y |
| 33 | + |
| 34 | + |
| 35 | +### Notes |
| 36 | + |
| 37 | +_Add info here that doesn't fit in the other sections._ |
0 commit comments