-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update GitHub issue templates #7554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
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. | ||
- 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._ | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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). There was a problem hiding this comment. Choose a reason for hiding this commentThe 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._ |
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._ |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,6 @@ tags | |
|
||
.* | ||
!.circleci | ||
!.github/ | ||
!.gitignore | ||
!.npmignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs sites are more commonly accessed at the plotly.com domain
There was a problem hiding this comment.
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!