From 51728168e9f7c7b72023f5ea9d20a40fc2f3f065 Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Sat, 6 Feb 2016 19:43:50 +0000 Subject: [PATCH] Add developer information section to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4d290f2..3a4364cb 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Apollo Apollo is a high-performance, modular RuneScape emulator with a collection of utilities for managing data files and plugins. +### Developer information + +Most discussion related to the development of Apollo happens on the IRC channel _#apollorsps_ on _irc.freenode.net_. If you have a problem and can't get in touch with anyone, create a GitHub issue. If making a pull request, please make sure all tests are still passing after making your changes, and that your code style is consistent with the rest of Apollo. + ### Private server development today How are most servers private servers developed today? Typically, a user might download a server, read through tutorials, and apply their modifications or write their own code on top of it. Eventually, this server gets released and the process repeats, resulting in a complete mess of servers, all created from cobbled-together code.