Have a feature idea, bug fix, or refactoring suggestion? Contributions are welcome!
- Check Issues to see if your contribution has already been discussed and/or implemented.
- If not, open an issue to discuss your contribution. I won't accept all changes and do not want to waste your time.
- Once you have the 👍, fork the repo, make your changes, and open a PR.
- This project has a coding style enforced by RuboCop. Use hash rockets and double-quoted strings, and otherwise try to follow the Ruby style guide.
- Writing tests is strongly encouraged! This project uses Minitest.
After checking out the repo, run bin/setup
to install dependencies.
Use rake
to execute all of pgcli-rails's tests and RuboCop checks