First of all, thanks for thinking of contributing to this project. 😄
Before sending a Pull Request, please make sure that you're assigned the task on a GitHub issue.
- If a relevant issue already exists, discuss on the issue and get it assigned to yourself on GitHub.
- If no relevant issue exists, open a new issue and get it assigned to yourself on GitHub.
Please proceed with a Pull Request only after you're assigned. It'd be sad if your Pull Request (and your hardwork) isn't accepted just because it isn't idealogically compatible.
-
Clone this repository and install all the required gem dependencies.
git clone https://github.com/athityakumar/btp.git cd btp gem install bundler bundle install
-
Checkout to a different git branch (say,
adds-format-importer
). -
Add tests to
spec/btp/language_spec.rb
. -
Run the rspec test-suite.
# Runs test suite for whole codebase bundle exec rspec
-
Run the rubocop for static code quality comments.
# Runs rubocop test for whole codebase bundle exec rubocop
-
Send a Pull Request back to this repository. 🎉