From 9322d0e58a56511826966915143d1f40b2f68860 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 17 Aug 2015 14:55:35 +0300 Subject: [PATCH] add simple CONTRIBUTING.md Fixes #708 [CI SKIP] --- CONTRIBUTING.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..d67a8810 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +Reporting bugs +============== + +* When reporting a bug: + * Please ensure that you are on the latest version in case the bug you + are reporting is already fixed. + * Please include the following information: + * OS/distribution version + * `/znc version` + * If you are reporting a crash, please see [the debugging page] on + wiki.znc.in. + +[The debugging page]:http://wiki.znc.in/Debugging + +Code changes +============ + +* Follow the exact same conventions and style of the file you change. +* For deciding which branch to pull request, please see [the branches page] + on wiki.znc.in. + +[The branches page]:http://wiki.znc.in/Branches