Contributing - philou/blogit GitHub Wiki

You're welcome to contribute features, improvements, or fixes to Blogit.

We do ask you to follow these simple guidelines though:

  • Document as much of your code as possible using YARD documentation syntax
  • Write tests for your code using RSPEC. Guard is already installed so you can automatically run the suite by calling guard from the root directory.
  • Use common idioms and best practises unless you can show a strong reason to do otherwise.