From 96a239f72c2bd97394315e910429d19bb06acaf8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 31 Oct 2014 10:59:10 -0400 Subject: really add --- doc/contributing.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/contributing.mdwn (limited to 'doc/contributing.mdwn') diff --git a/doc/contributing.mdwn b/doc/contributing.mdwn new file mode 100644 index 00000000..33b34a61 --- /dev/null +++ b/doc/contributing.mdwn @@ -0,0 +1,15 @@ +Propellor is free software, released under a BSD license. Anyone is free to +modify and distribute it; indeed doing so is a fundamental part of how +propellor is configured and used. + +You don't have to contribute your patches, but you're encouraged to do so; +let's all make propellor awesome together! Patches can be sent to + or pull requests can be posted to [[todo]]. + +To certify that a change is released under propellor's BSD license, +you can use `git commit --signoff`. + +Propellor has its own [[coding_style]], which you are encouraged to follow +-- at least when you want to get a patch merged into propellor. +When writing code for your own internal use, feel free to ignore all the +rules, except the ones about avoiding partial functions. -- cgit v1.2.3