From ba0eba4373d51255d7fc05bbe5609072b7945f04 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 18 Sep 2012 19:54:32 +0300 Subject: [PATCH] CONTRIBUTING.md: write contributing guidelines for GitHub --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..b3454d8d3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing to Limnoria + +When you send pull request, please send it to the testing branch. It's merged to master when it's considered to be enough stable to be supported. + +Don't fear that you spam Limnoria by sending many pull requests. According to @ProgVal, it's easier for him to accept pull requests than to cherry-pick everything manually. + +See also [Contributing to Limnoria] at [Limnoria documentation]. + +[Contributing to Limnoria]:http://supybot.fr.cr/doc/contribute/index.html#contributing-to-limnoria + +[Limnoria documentation]:http://supybot.fr.cr/doc/index.html