|
5 | 5 | Search for existing and closed issues. If your problem or idea is not addressed
|
6 | 6 | yet, [please open a new issue](https://github.com/plotly/plotly.js/issues/new).
|
7 | 7 |
|
| 8 | +Bug reports must be accompanied with a reproducible example. We recommend using |
| 9 | +[codepen](http://codepen.io/), [jsfiddle](https://jsfiddle.net/) or |
| 10 | +[jsbin](https://jsbin.com) to share your example. |
| 11 | + |
| 12 | +Note that GitHub issues are reserved for bug reports and feature requests only. |
| 13 | +Implementation questions should be asked on Stack Overflow (tagged |
| 14 | +[`plotly`](https://stackoverflow.com/questions/tagged/plotly)) or on |
| 15 | +community.plot.ly (tagged [`plotly-js`](http://community.plot.ly/c/plotly-js)). |
| 16 | + |
8 | 17 | ### Development
|
9 | 18 |
|
10 | 19 | **Prerequisites**:
|
@@ -85,12 +94,12 @@ To view the results of a run on CircleCI, download the `build/test_images/` and
|
85 | 94 | ### Repo organization
|
86 | 95 |
|
87 | 96 | - Distributed files are in `dist/`
|
88 |
| -- Sources files are in `src/`, including the index. |
89 |
| -- Build and repo management scripts are in `./tasks/` |
| 97 | +- Sources files are in `src/`, including the index |
| 98 | +- Build and repo management scripts are in `tasks/` |
90 | 99 | - All tasks can be run using [`npm run-srcript`](https://docs.npmjs.com/cli/run-script)
|
91 | 100 | - Tests are `test/`, they are partitioned into `image` and `jasmine` tests
|
92 | 101 | - Test dashboard and image viewer code is in `devtools/`
|
93 |
| -- Non-distributed, git-ignored built files are in `build/` |
| 102 | +- Non-distributed, git-ignored built files are in `build/` |
94 | 103 |
|
95 | 104 |
|
96 | 105 | ### Coding style
|
|
0 commit comments