From 9e7b8baecf1d457f47351dda81bcd7ab0b0b2db9 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 9 Oct 2012 14:50:42 +1300 Subject: [PATCH] Point people at silverstripe-dev and not the forum for discussing patches. --- docs/en/misc/contributing/code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/misc/contributing/code.md b/docs/en/misc/contributing/code.md index e3fdd06ac..c78f8514a 100644 --- a/docs/en/misc/contributing/code.md +++ b/docs/en/misc/contributing/code.md @@ -72,7 +72,7 @@ After you have edited the file, GitHub will offer to create a pull request for y ## Check List * Adhere to our [coding conventions](coding-conventions) -* If your patch is extensive, discuss it first on the [silverstripe forum](http///www.silverstripe.org/forums/) (ideally before doing any serious coding) +* If your patch is extensive, discuss it first on the [silverstripe-dev google group](https://groups.google.com/group/silverstripe-dev) (ideally before doing any serious coding) * When working on existing tickets, assign them to you and provide status updates through ticket comments * Check your patches against the latest "trunk" or "master", as well as the latest release. Please not that the latest stable release will often not be sufficient! (of all modules)