Add contributor instuctions to docs

This commit is contained in:
Steven Bazyl 2013-03-17 16:33:44 -07:00
parent 2c38f9fd09
commit 34354325b8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ begin
yardoc.options = ['--verbose', '--markup', 'markdown']
yardoc.files = [
'lib/**/*.rb', 'ext/**/*.c', '-',
'README.md', 'CHANGELOG.md', 'LICENSE'
'README.md', 'CONTRIB.md', 'CHANGELOG.md', 'LICENSE'
]
end
end