CONTRIBUTING.md: Contribution guidelines
This commit is contained in:
parent
9cc77d6321
commit
d02bf204cc
1 changed files with 14 additions and 0 deletions
14
CONTRIBUTING.md
Normal file
14
CONTRIBUTING.md
Normal 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!
|
Loading…
Reference in a new issue