- Reporting bugs
- Suggesting features
- Creating PRs
Welcome all of the contributions!
At first, you should install development dependencies
$ git clone git@github.com:kachick/keyvalidatable.git
$ cd ./keyvalidatable
$ ./bin/setup
Installed!
$ ./bin/console
Starting up IRB with loading latest code
If you try to add/change/fix features, please update and/or confirm core feature's tests are not broken.
$ bundle exec rake
$ echo $?
0
CI includes signature check, lint, if you want to check them in own machine, below command is the one.
But please don't hesitate to send PRs even if something fail in this command!
$ bundle exec rake simulate_ci
$ echo $?
0