Sha256: a96dd916ba0bc0ca5ad0defb9b93ea96dbbc84d9451ccf6187f327818236c811

Contents?: true

Size: 1.31 KB

Versions: 16

Compression:

Stored size: 1.31 KB

Contents

# Contributing

`Cliver` is [MIT-liennsed](LICENSE.txt) and intends to follow the
[pull-request-hack][].

## Git-Flow

`Cliver` follows the [git-flow][] branching model, which means that every
commit on `master` is a release. The default working branch is `develop`, so
in general please keep feature pull-requests based against the current
`develop`.

 - fork cliver
 - use the git-flow model to start your feature or hotfix
 - make some commits (please include specs)
 - submit a pull-request

## Bug Reporting

Please include clear steps-to-reproduce. Spec files are especially welcome;
a failing spec can be contributed as a pull-request against `develop`.

## Ruby Appraiser

`Cliver` uses the [ruby-appraiser][] gem via [pre-commit][] hook, which can be
activated by installing [icefox/git-hooks][] and running `git-hooks --install`.
Reek and Rubocop are strong guidelines; use them to reduce defects as much as
you can, but if you believe clarity will be sacrificed they can be bypassed
with the `--no-verify` flag.

[git-flow]: http://nvie.com/posts/a-successful-git-branching-model/
[pre-commit]: .githooks/pre-commit/ruby-appraiser
[ruby-appraiser]: https://github.com/simplymeasured/ruby-appraiser
[icefox/git-hooks]: https://github.com/icefox/git-hooks
[pull-request-hack]: http://felixge.de/2013/03/11/the-pull-request-hack.html

Version data entries

16 entries across 15 versions & 3 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/cliver-0.3.2/CONTRIBUTING.md
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/cliver-0.3.2/CONTRIBUTING.md
solidus_backend-1.0.0.pre3 vendor/bundle/gems/cliver-0.3.2/CONTRIBUTING.md
solidus_backend-1.0.0.pre2 vendor/bundle/gems/cliver-0.3.2/CONTRIBUTING.md
solidus_backend-1.0.0.pre vendor/bundle/gems/cliver-0.3.2/CONTRIBUTING.md
cliver-0.3.2 CONTRIBUTING.md
cliver-0.3.1 CONTRIBUTING.md
cliver-0.2.2 CONTRIBUTING.md
cliver-0.2.1 CONTRIBUTING.md
cliver-0.2.0 CONTRIBUTING.md
cliver-0.1.5 CONTRIBUTING.md
cliver-0.1.4 CONTRIBUTING.md
cliver-0.1.3 CONTRIBUTING.md
cliver-0.1.2 CONTRIBUTING.md
cliver-0.1.1 CONTRIBUTING.md
cliver-0.1.0 CONTRIBUTING.md