Sha256: f2497fe072f8f23a4ece889853acfe4fea8912a4b8a8899f1687c1a313e01b03

Contents?: true

Size: 1 KB

Versions: 5

Compression:

Stored size: 1 KB

Contents

## Thanks!
Thank you for wanting to contribute to rise!
If you want to contribute, there are a few guidelines that
should generally be followed.

### Code contributions
  * **Do** your best to stick to the [Ruby style guide]
  * **Do** follow the [50/72 rule] for Git commit messages.
  * **Do** make sure that there are no rubocop warnings on your new code

### Pull Requests
  * **Do** have a clear, concise title
  * **Do** include as many details as possible in the pull request body
  * **Do** include console output (if applicable) in your pull request (asciinema if possible)
  * **Do** `require` your new file in `lib/core.rb` and place the file in `lib/core/`if you are adding new library code.
  * **Don't** leave your pull request descriptions blank.
  * **Don't** go radio silent on pull requests, try to reply fast so we can land your code quicker


[Ruby style guide]:https://github.com/bbatsov/ruby-style-guide
[50/72]:http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rise-cli-0.1.6 CONTRIBUTING.md
rise-cli-0.1.5 CONTRIBUTING.md
rise-cli-0.1.4 CONTRIBUTING.md
rise-cli-0.1.2 CONTRIBUTING.md
rise-cli-0.1.0 CONTRIBUTING.md