Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 1.09 KB

Contributing

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.

Issues

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.

Pull requests

If you're addressing an issue, please refer to it in your pull request's comment for tracking.

  1. Fork it ( https://github.com/vinistock/sail/fork )
  2. Create your feature branch (git checkout -b my-feature)
  3. Commit your changes (git commit -am 'Add my feature')
  4. Push to the branch (git push origin my-feature)
  5. Create a new Pull Request