Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed May 20, 2015
1 parent 14a5a01 commit 416556d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,12 @@
Contributions are much appreciated.
Please open a pull request or add an issue to discuss what you intend to work on.
If the pull requests passes the CI and conforms to the existing style of specs, it will be merged.

### Creating files for currently unspecified modules or classes

If you want to create specs for a module or class and the files do not exist yet,
you should use `mkspec`, part of [MSpec](http://github.com/ruby/mspec):

$ path/to/mspec/bin/mkspec -h

Specify `core` or `library` as the `base`.

0 comments on commit 416556d

Please sign in to comment.