-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Raphaël Benitte
authored
Mar 5, 2019
1 parent
2525ad1
commit 944f8bd
Showing
1 changed file
with
27 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
### Thanks for using nivo | ||
|
||
Before creating an issue... | ||
|
||
# Are you asking a question? | ||
|
||
Please don't file GitHub issues to ask questions. | ||
Try to use the discord channel first: https://discord.gg/n7Ft74f. | ||
|
||
|
||
# Are you reporting a bug/error? | ||
|
||
Please include a test case that demonstrates the issue you're reporting. | ||
This is very critical to maintainers in order to help us see the issue you're seeing. | ||
|
||
I already have several existing examples on codesandbox, you can fork one of them | ||
depending on the component you're working on: https://codesandbox.io/u/plouc/sandboxes | ||
|
||
|
||
# Are you making a feature request? | ||
|
||
Provide as much information as possible about your requested feature. | ||
Here are a few questions you may consider answering: | ||
|
||
* What's your use case? (Tell us about your application and what problem you're trying to solve.) | ||
* What interface do you have in mind? (What new properties or methods do you think might be helpful?) | ||
* Can you point to similar functionality with any existing libraries or components? (Working demos can be helpful.) |