If you want to request a feature or report a bug, please use the following template.
## 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]
Once you've made your great commits (include tests, please):
- Fork the original repository
- Create a topic branch -
git checkout -b my_branch
- Push to your branch -
git push origin my_branch
- Create an Issue with a link to your branch
- That's it!
Please respect the code style using editorconfig in your text editor.