Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Contributing to Ladon

Astha Patni edited this page Oct 2, 2017 · 1 revision

Contributing to Ladon

Prerequisites

  1. Learn Ruby
  2. Read the Ruby Style Guide
  3. Grok Semantic Versioning

Contributing

Direct access to the Ladon repository is restricted, but that doesn't mean we don't want you to contribute!

If you want to make changes to Ladon, please follow the GitHub Flow, using a Fork and Pull strategy.

Contribution Requirements

  • Must follow semantic versioning policy
  • Code must be clean of Rubocop violations
    • From your Ladon clone directory, run rake rubocop to see current violations
  • New code must be accompanied by passing test spec(s)
    • Must not cause any unintentional regressions
    • From your Ladon clone directory, run rake spec to run all Ladon test specs
Clone this wiki locally