From d02bf204cc0e4d2b33ee919b29531c063f0f46a1 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sat, 6 May 2017 15:39:15 -0400 Subject: [PATCH] CONTRIBUTING.md: Contribution guidelines --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5d002c4 --- /dev/null +++ b/CONTRIBUTING.md @@ -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!