Merge pull request #23 from Elemental-IRCd/chore/contributing-document

Add contirbution guidelines
This commit is contained in:
Sam Dodrill 2014-08-06 18:14:04 -07:00
commit 46bf689e52
1 changed files with 11 additions and 0 deletions

11
CONTRIBUTING.md Normal file
View File

@ -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.