Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 837 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (24 loc) · 837 Bytes

Collaboration ❤️

It is encouraged by somehow managing to bring a cake to your house. I promise, I will really try.

This is a great project to understand language architecture in general. A project to let your free and expressionistic side shine through by leaving meta hacks and rainbows everywhere.

Thank you to everyone who do. I strongly believe that this can make the developer job less robotic and more creative.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

To install, run:

cd zapata
script/bootstrap

For specs:

script/test

# or

bundle exec rspec --pattern "spec/*_spec.rb"