Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.02 KB

DEVELOPMENT.md

File metadata and controls

26 lines (15 loc) · 1.02 KB

This file outlines notes for developers interested in working on jobsworth. If you plan only on using this project, then ignore this.

git branching

We use the 'dev' branch for primary development. All pull requests should be based on dev.

'master' is the stable branch and should be kept in good working order. Typically Ari will merge back to master once the dev branch is in a stable state.

We tag upon releasing and make as many feature branches as needed for our development.

contributing

Please read CONTRIBUTORS. We would love to have your work added to this repository if it meets the high coding standards of this project, has test cases to go with the code and is broken into clear understandable commits. And you sign the contributor agreement.

minitest and rspec

Yes, we have both! And we have so many tests in each, it doesn't look like either is winning any time soon.

deprecated code

  • machinist is on the way out, to be replaced with factory_girl