Sha256: 7f2b262b420191eff78e85eb37c59ede480aa6f903d99bf384cdfded276a251d
Contents?: true
Size: 979 Bytes
Versions: 1
Compression:
Stored size: 979 Bytes
Contents
# Contributing ## Issues If you want to request a feature or report a bug, please use the following template. ```markdown ## Description [Add feature/bug description here] ## How to reproduce [Add steps on how to reproduce this issue] ## What do you expect [Describe what do you expect to happen] ## What happened instead [Describe the actual results] ## Gem version: Version: [Add gem version here] ``` ## Writing code Once you've made your great commits (include tests, please): 1. [Fork](http://help.github.com/forking/) the [original repository](http://github.com/dhyegofernando/active_record-nested_error_indexer) 2. Create a topic branch - `git checkout -b my_branch` 3. Push to your branch - `git push origin my_branch` 4. [Create an Issue](http://github.com/dhyegofernando/active_record-nested_error_indexer/issues) with a link to your branch 5. That's it! Please respect the code style using [editorconfig](http://editorconfig.org/) in your text editor.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_record-nested_error_indexer-0.1.0 | CONTRIBUTING.md |