Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a bug report for a plotly.js issue
title: "[BUG]: "
labels: bug

---

### Instructions (remove this section before submitting report)

Thanks for your interest in plotly.js!

- 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.
- Issues found on the example pages from https://plot.ly/javascript/ should be filed in our [documentation repo](https://github.com/plotly/documentation/issues) with the exception of https://plot.ly/javascript/reference which should be filed here.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Issues found on the example pages from https://plot.ly/javascript/ should be filed in our [documentation repo](https://github.com/plotly/documentation/issues) with the exception of https://plot.ly/javascript/reference which should be filed here.
- Issues found on the example pages from https://plot.ly/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.

The docs sites are more commonly accessed at the plotly.com domain

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated for all the links. Thanks for your eagle eyes!

- Implementation questions ("How do I do ...?") should be asked on [community.plot.ly](http://community.plot.ly) (tagged `plotly-js`) or on [Stack Overflow](https://stackoverflow.com/questions/tagged/plotly) (tagged `plotly`).
- 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.

### Description

_Add a clear description of the issue that you're having._

### Screenshots/Video

_Add screenshots or a video of the issue._

### Steps to reproduce

_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://cdn.plot.ly/plotly-latest.js) of plotly.js in your report unless not applicable._

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the latest points to a really old version ( v1.58.5).
Maybe we could point users to https://github.com/plotly/plotly.js/releases to find the latest released version.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. That's been deprecated for a while. I switched to the releases page as you suggested.

- Go to '...'
- Click on X
- Note the issue with Y


### Notes

_Add info here that doesn't fit in the other sections._
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Feature request
about: Submit a new feature request for plotly.js
title: "[FEATURE]: "
labels: feature

---

### Instructions (remove this section before submitting an issue)

Thanks for your interest in plotly.js!

- Before submitting a new feature request, please search for existing and closed requests. If your request is novel, fill out the sections below and submit a new request.
- 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.

### Description

_Add a clear description of the feature that you're requesting._


### Why should this feature be added?

_Provide an argument for why this feature should be added. We can't add everything, so this will help us determine what gets worked on. Please also consider creating a PR and adding the feature yourself. Help is always appreciated._

### Mocks/Designs

_Please add any mocks or designs you might have for the feature._

### Notes

_Add info here that doesn't fit in the other sections._
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ tags

.*
!.circleci
!.github/
!.gitignore
!.npmignore