Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.22 KB

Contributing.md

File metadata and controls

26 lines (21 loc) · 1.22 KB

Getting Involved

New contributors are always welcome, when it doubt please ask questions. We strive to be an open and welcoming community. Please be nice to one another.

Coding

  • Pick a task:
  • Fork the project
  • Setup
    • bundle install
    • bundle exec rake
  • Add your changes and tests to cover them in a topic branch.
  • Commit your changes and rebase against aheumaier/armkit to ensure everything is up to date.
  • Submit a pull request

Non-Coding