-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contributors guide and issue templates
- Loading branch information
Showing
6 changed files
with
132 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,42 +1,14 @@ | ||
<!-- | ||
Please consider the following before submitting an issue: | ||
Need help or support? Don't open an issue! | ||
Head to https://stackoverflow.com/questions/tagged/chart.js | ||
- Ask questions and get support on StackOverflow: https://stackoverflow.com/questions/tagged/chart.js | ||
- DO NOT create issues for questions or support requests. | ||
- Issues are reserved for BUG reports and FEATURE requests. | ||
- Most features should start as plugins outside of Chart.js (https://www.chartjs.org/docs/#advanced-usage-creating-plugins). | ||
- Bug reports MUST be submitted with an interactive example (https://codepen.io/pen?template=JXVYzq). | ||
- Chart.js 1.x is NOT supported anymore, new issues will be disregarded. | ||
--> | ||
|
||
<!--- Provide a general summary of the issue in the Title above prefixed by [BUG] or [FEATURE] --> | ||
|
||
## Expected Behavior | ||
<!--- If you're describing a bug, tell us what should happen --> | ||
<!--- If you're suggesting a change/improvement, tell us how it should work --> | ||
|
||
## Current Behavior | ||
<!--- If describing a bug, tell us what happens instead of the expected behavior --> | ||
<!--- If suggesting a change/improvement, explain the difference from current behavior --> | ||
Ahoy! | ||
## Possible Solution | ||
<!--- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!--- or ideas how to implement the addition or change --> | ||
You're seeing this because you felt none of the other options fit the type of | ||
issue you'd like to create. Please use this opportunity to tell us about the | ||
type of issue you were looking for, so we can try to accommodate similar | ||
issues in the future. | ||
## Steps to Reproduce (for bugs) | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Context | ||
<!--- 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 --> | ||
|
||
## Environment | ||
<!--- Include as many relevant details about the environment you experienced the bug in --> | ||
* Chart.js version: | ||
* Browser name and version: | ||
* Link to your project: | ||
If you're using this template to report an issue covered by an existing issue | ||
type, we'll close it as invalid faster than you can spell 'Mississippi'. | ||
--> |
This file contains 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,42 @@ | ||
--- | ||
name: Bug Report | ||
labels: 'type: bug' | ||
--- | ||
|
||
<!-- | ||
Need help or support? Please don't open an issue! | ||
Head to https://stackoverflow.com/questions/tagged/chart.js | ||
Bug reports MUST be submitted with an interactive example: | ||
https://codepen.io/pen?template=JXVYzq | ||
Chart.js 1.x is NOT supported anymore, new issues will be disregarded. | ||
--> | ||
|
||
## Expected Behavior | ||
<!-- Tell us what should happen --> | ||
|
||
## Current Behavior | ||
<!-- Tell us what happens instead of the expected behavior --> | ||
|
||
## Possible Solution | ||
<!-- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!-- or ideas how to implement the addition or change --> | ||
|
||
## Steps to Reproduce (for bugs) | ||
<!-- | ||
Provide a link to a live example. Bug reports MUST be submitted with an | ||
interactive example (https://codepen.io/pen?template=JXVYzq). | ||
--> | ||
|
||
## Context | ||
<!-- | ||
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 | ||
--> | ||
|
||
## Environment | ||
<!-- Include as many relevant details about the environment you experienced the bug in --> | ||
* Chart.js version: | ||
* Browser name and version: | ||
* Link to your project: |
This file contains 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,24 @@ | ||
--- | ||
name: Documentation | ||
labels: 'type: documentation' | ||
--- | ||
|
||
Documentation Is: | ||
|
||
<!-- Please place an x (no spaces!) in all [ ] that apply --> | ||
|
||
- [ ] Missing or needed | ||
- [ ] Confusing | ||
- [ ] Not Sure? | ||
|
||
### Please Explain in Detail... | ||
|
||
|
||
### Your Proposal for Changes | ||
|
||
|
||
### Example | ||
<!-- | ||
Provide a link to a live example demonstrating the issue or feature to be documented: | ||
https://codepen.io/pen?template=JXVYzq | ||
--> |
This file contains 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,24 @@ | ||
--- | ||
name: Feature Request | ||
labels: 'type: enhancement' | ||
--- | ||
|
||
<!-- | ||
Most features should start as plugins outside of Chart.js | ||
(https://www.chartjs.org/docs/#advanced-usage-creating-plugins). | ||
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 | ||
--> | ||
|
||
### Feature Proposal | ||
<!-- Tell us how it should work --> | ||
|
||
### Feature Use Case | ||
<!-- What are you trying to accomplish? --> | ||
<!-- Providing context helps us come up with a solution that is most useful in the real world --> | ||
|
||
## Possible Implementation | ||
<!-- Not obligatory, but suggest ideas for how to implement the addition or change --> |
This file contains 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,27 @@ | ||
--- | ||
name: Support, Help, and Advice | ||
about: Need help or support? Head to https://stackoverflow.com/questions/tagged/chart.js. | ||
labels: 'type: support' | ||
--- | ||
|
||
<!-- | ||
Hey there! | ||
If you need help or tech support then this is not the place to ask. Please post | ||
a question to https://stackoverflow.com/questions/tagged/chart.js or head over | ||
to our Slack workspace at https://chartjs-slack.herokuapp.com/. | ||
You maximize your chances of having your question answered if you follow | ||
StackOverflow's guidelines: https://stackoverflow.com/help/how-to-ask. | ||
If your question was not answered on StackOverflow, that does not mean you | ||
should post it here. If you do, it will be immediately closed. | ||
Chart.js users vastly outnumber our small number of volunteer maintainers and | ||
we try to help as many users as we can, but we may not get to every question. | ||
Chart.js is a community project. You can contribute towards the goal of helping | ||
every user by asking good questions, answering questions on StackOverflow | ||
or Slack, creating an issue or pull request for the documentation, or otherwise | ||
contributing to the project: | ||
https://www.chartjs.org/docs/latest/developers/contributing.html | ||
--> |
This file contains 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