Firstly, all contributions are greatly appreciated. Be it opening an issue proposing an improvement, submitting a pull request fixing a bug or any other assistance is helpful.
Some examples of how to contribute can be found in the wiki.
If you have found a bug or have a suggestion, please make a brief search in the issues section to check if something similar has not been reported already.
Bugs
When describing bugs in the gem, please include steps for reproducing the issue. That makes it easier to identify the problem's source and solve it.
Suggestions
These are mostly pretty open, but try to be concise in your explanation of what is being suggested.
If you're addressing an issue, please refer to it in your pull request's comment for tracking.
- Fork it ( https://github.com/vinistock/sail/fork )
- Create your feature branch (git checkout -b my-feature)
- Commit your changes (git commit -am 'Add my feature')
- Push to the branch (git push origin my-feature)
- Create a new Pull Request