|
2 | 2 |
|
3 | 3 | ## Opening issues
|
4 | 4 |
|
5 |
| -Search for existing and closed issues. If your problem or idea is not addressed |
6 |
| -yet, [please open a new issue](https://github.com/plotly/plotly.js/issues/new). |
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 |
14 |
| -community.plot.ly (tagged [`plotly-js`](http://community.plot.ly/c/plotly-js)) or on Stack Overflow (tagged |
15 |
| -[`plotly`](https://stackoverflow.com/questions/tagged/plotly)). |
16 |
| - |
17 |
| -Comments on GitHub issues or pull requests should add content to the discussions. |
18 |
| -Approbation comments such as *+1* or *I would like this feature to be implemented as well* |
19 |
| -will be deleted by the maintainers. Please use |
20 |
| -[GitHub reactions](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments) |
21 |
| -instead. |
| 5 | +Please read the [issue guidelines](./.github/ISSUE_TEMPLATE.md). |
22 | 6 |
|
23 | 7 | ## Making pull requests
|
24 | 8 |
|
25 |
| -Developers are strongly encouraged to first make a PR to their own plotly.js |
26 |
| -fork and ask one of the maintainers to review the modifications there. Once the |
27 |
| -pull request is deemed satisfactory, the developer will be asked to make a pull |
28 |
| -request to the main plotly.js repo and may be asked to squash some commits |
29 |
| -before doing so. |
30 |
| - |
31 |
| -Developers should `git rebase` their local branch off the latest `master` before |
32 |
| -opening a pull request. |
33 |
| - |
34 |
| -Note that it is forbidden to force push (i.e. `git push -f`) to remote branches |
35 |
| -associated with opened pull requests. Force pushes make it hard for maintainers |
36 |
| -to keep track of updates. Therefore, if required, please |
37 |
| -`git merge master` into your PR branch instead of `git rebase master`. |
38 |
| - |
| 9 | +Please read the [pull request guidelines](./.github/PULL_REQUEST_TEMPLATE.md). |
39 | 10 |
|
40 | 11 | ## GitHub labels
|
41 | 12 |
|
|
0 commit comments