Commit 4bed5e3eb25a5c6a961eb67cc13c4203fd2e8717
1 parent
37150b3a
Exists in
master
and in
18 other branches
Updated Contributing Guide [skip ci]
Showing
1 changed file
with
9 additions
and
7 deletions
Show diff stats
CONTRIBUTING.md
@@ -2,17 +2,15 @@ | @@ -2,17 +2,15 @@ | ||
2 | 2 | ||
3 | First, thanks for wanting to contribute. You’re awesome! :heart: | 3 | First, thanks for wanting to contribute. You’re awesome! :heart: |
4 | 4 | ||
5 | -## Questions | 5 | +## Help |
6 | 6 | ||
7 | -Use [Stack Overflow](https://stackoverflow.com/) with the tag `searchkick`. | 7 | +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/). |
8 | 8 | ||
9 | -## Feature Requests | 9 | +All features should be documented. If you don’t see a feature in the docs, assume it doesn’t exist. |
10 | 10 | ||
11 | -Create an issue. Start the title with `[Idea]`. | 11 | +## Bugs |
12 | 12 | ||
13 | -## Issues | ||
14 | - | ||
15 | -Think you’ve discovered an issue? | 13 | +Think you’ve discovered a bug? |
16 | 14 | ||
17 | 1. Search existing issues to see if it’s been reported. | 15 | 1. Search existing issues to see if it’s been reported. |
18 | 2. Try the `master` branch to make sure it hasn’t been fixed. | 16 | 2. Try the `master` branch to make sure it hasn’t been fixed. |
@@ -32,6 +30,10 @@ If the above steps don’t help, create an issue. | @@ -32,6 +30,10 @@ If the above steps don’t help, create an issue. | ||
32 | - Recreate the problem by forking [this gist](https://gist.github.com/ankane/f80b0923d9ae2c077f41997f7b704e5c). Include a link to your gist and the output in the issue. | 30 | - Recreate the problem by forking [this gist](https://gist.github.com/ankane/f80b0923d9ae2c077f41997f7b704e5c). Include a link to your gist and the output in the issue. |
33 | - For exceptions, include the complete backtrace. | 31 | - For exceptions, include the complete backtrace. |
34 | 32 | ||
33 | +## New Features | ||
34 | + | ||
35 | +If you’d like to discuss a new feature, create an issue and start the title with `[Idea]`. | ||
36 | + | ||
35 | ## Pull Requests | 37 | ## Pull Requests |
36 | 38 | ||
37 | Fork the project and create a pull request. A few tips: | 39 | Fork the project and create a pull request. A few tips: |