-
Notifications
You must be signed in to change notification settings - Fork 12k
Improve issue templates #10038
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
Merged
Merged
Improve issue templates #10038
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d13f95e
Make issue templates fancier
LeeLenaleee d443e95
should be valid yml now
LeeLenaleee 0b72280
remove title field
LeeLenaleee 79d3fb6
remove reproducable sample for docs
LeeLenaleee c247d97
add example back to docs, change link for plugin and add TS link for …
LeeLenaleee 4e7215e
wrong labels, forgot type: in front of it
LeeLenaleee 2a25831
implement feedback
LeeLenaleee 4247f04
gramar, missing word
LeeLenaleee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| name: Bug Report | ||
| description: Something went awry | ||
| labels: ["bug"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Need help or support? | ||
| Please don't open an issue! Head to https://stackoverflow.com/questions/tagged/chart.js. | ||
|
|
||
| - type: markdown | ||
| attributes: | ||
| value: "Bug reports MUST be submitted with an interactive example: https://codepen.io/pen?template=BapRepQ." | ||
|
|
||
| - type: markdown | ||
| attributes: | ||
| value: Chart.js versions lower then 3.x are NOT supported anymore, new issues will be disregarded. | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Expected behavior | ||
| description: Tell us what should happen. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Current behavior | ||
| description: Tell us what happens instead of the expected behavior. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Reproducable sample | ||
| description: | | ||
| Please provide issue reproduction. | ||
| You can use [this codepen](https://codepen.io/pen?template=BapRepQ) to make a reproducable sample. | ||
|
|
||
| If filing a bug against `master`, you may reference the latest code via | ||
| https://www.chartjs.org/dist/master/chart.min.js (changing the filename to | ||
| point at the file you need as appropriate). Do not rely on these files for | ||
| production purposes as they may be removed at any time. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Optional extra steps/info to reproduce | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Possible solution | ||
| description: If you have suggestions on a fix for the bug. | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Context | ||
| description: | | ||
| How has this issue affected you? What are you trying to accomplish? | ||
| Providing context helps us come up with a solution that is most useful in the real world. | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: chart.js version | ||
| description: Which version of `chart.js` are you using? | ||
| placeholder: "v0.0.0" | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Browser name and version | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Link to your project | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Support, Help, and Advice | ||
| url: https://stackoverflow.com/questions/tagged/chart.js | ||
| about: Need help or support? Head to https://stackoverflow.com/questions/tagged/chart.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| name: Documentation | ||
| description: Are the docs lacking or missing something? | ||
| labels: ["documentation"] | ||
| body: | ||
| - type: checkboxes | ||
| attributes: | ||
| label: "Documentation Is:" | ||
| options: | ||
| - label: Missing or needed? | ||
| - label: Confusing | ||
| - label: Not sure? | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Please Explain in Detail... | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Your Proposal for Changes | ||
| validations: | ||
| required: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| name: Feature Request | ||
| description: Suggest an idea | ||
| labels: ["enhancement"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Most features should start as plugins outside of Chart.js | ||
| (https://www.chartjs.org/docs/#advanced-usage-creating-plugins). | ||
LeeLenaleee marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Please consider whether your changes are useful for all users, or if this is | ||
| specific to your usecase and a Chart.js plugin would be more appropriate. | ||
|
|
||
| Need help or tech support? Please don't open an issue! | ||
| Head to https://stackoverflow.com/questions/tagged/chart.js | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Feature Proposal | ||
| description: | | ||
| What are you trying to accomplish? | ||
| Providing context helps us come up with a solution that is most useful in the real world | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Possible Implementation | ||
| description: Not obligatory, but suggest ideas for how to implement the addition or change | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.