CONTRIBUTING.md: Contribution guidelines

This commit is contained in:
Bill Niblock 2017-05-06 15:39:15 -04:00
parent 9cc77d6321
commit d02bf204cc

14
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,14 @@
# Contributing to Sapling
If you actually want to contribute to this software, first off: Thanks! Sapling
is just a side-project, unintended for any significant use.
Sapling is written in Ruby, and adheres to the standard Rubocop rules. So long
as your code passes those rules, it should be good. At time of writing, Sapling
has no testing, because I honestly have very little experience writing tests.
Hopefully this changes soon!
If you don't know how to program in Ruby, but wish to improve this software,
feel free to submit an issue or reach out to me directly.
Thanks again for your interest in Sapling!