From f7f0f1d4339bcf8e3ec0968fb598129f81982609 Mon Sep 17 00:00:00 2001 From: "Timothee \"TTimo\" Besset" Date: Sun, 13 Mar 2016 17:41:32 -0500 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..418bbb2d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +Here is a quick checklist for any new contributor to the project: + +- Please read the [mission statement](http://icculus.org/gtkradiant/) on the project homepage. + +- This project is mostly coordinated via IRC. We recommend joining the [#radiant channel on QuakeNet IRC](http://webchat.quakenet.org/#radiant) to ask questions there. + +- The [mailing list](http://icculus.org/mailman/listinfo/gtkradiant) is another channel of communication with the developers. + +Ok, I want to write some code! Where do I start? + +- Check the list of [known issues](https://github.com/TTimo/GtkRadiant/issues). + +- Use the milestones filter to find tasks that need to be worked on in priority. + +- Send in pull requests!