[skip ci] Add issues guidelines to README

to hopefully reduce the number of issues opened without actionable
information and the "+1" comments :trollface:
This commit is contained in:
Jon Atack 2015-08-20 10:19:58 +02:00
parent 36c5ffa89d
commit f93c1d2532
1 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,12 @@ Or, if you would like to use the latest updates, use the `master` branch:
gem 'ransack', github: 'activerecord-hackery/ransack'
```
## Issues tracker
* Before filing an issue, please read the [Contributing Guide](CONTRIBUTING.md).
* File an issue if a bug is caused by Ransack, is new (has not already been reported), and _can be reproduced from the information you provide_.
* Contributions are welcome, but please do not add "+1" comments to issues or pull requests :smiley:
## Usage
Ransack can be used in one of two modes, simple or advanced.