From 4c0924c242b1c94c557921f0d1fc88d1713e8c02 Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Sun, 3 Aug 2014 09:57:53 -0700 Subject: [PATCH] Add contirbution guidelines --- 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 0000000..44efe12 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contribution guidelines + +Please open contributions as either issue reports or pull requests. We will ask +that anything that requires testing outside our normally supported platforms be +marked as such. + +As ircd is such an ancient project with varying code styles, please try to +follow the current coding style of the file you are in. If all else fails, +please use the [Linux Kernel](https://www.kernel.org/doc/Documentation/CodingStyle) +coding style. +