CONTRIBUTING.md in chartkick-2.3.5 vs CONTRIBUTING.md in chartkick-3.0.0
- old
+ new
@@ -1,21 +1,19 @@
# Contributing
First, thanks for wanting to contribute. You’re awesome! :heart:
-## Questions
+## Help
-Use [Stack Overflow](https://stackoverflow.com/) with the tag `chartkick`.
+We’re not able to provide support through GitHub Issues. If you’re looking for help with your code, try posting on [Stack Overflow](https://stackoverflow.com/).
-## Feature Requests
+All features should be documented. If you don’t see a feature in the docs, assume it doesn’t exist.
-Create an issue. Start the title with `[Idea]`.
+## Bugs
-## Issues
+Think you’ve discovered a bug?
-Think you’ve discovered an issue?
-
1. Search existing issues to see if it’s been reported.
2. Try the `master` branch to make sure it hasn’t been fixed.
```rb
gem "chartkick", github: "ankane/chartkick"
@@ -24,9 +22,13 @@
If the above steps don’t help, create an issue. Include:
- Detailed steps to reproduce
- JavaScript rendered by Chartkick
- Complete backtraces for exceptions
+
+## New Features
+
+If you’d like to discuss a new feature, create an issue and start the title with `[Idea]`.
## Pull Requests
Fork the project and create a pull request. A few tips: