From 226b05db8a79897e7837ab8e129cbd7374ed782c Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Fri, 5 Jun 2015 13:00:36 -0400 Subject: [PATCH] Update galaxy-lab to primary mailing list in CONTRIBUTING --- CONTRIBUTING.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f1503dad1d5..e78f10f37151 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,13 +50,12 @@ the [development mailing list](http://dev.list.galaxyproject.org/). * Most bug fixes to previously release components (things in galaxy-dist) should be made against the recent `release_XX.XX` branch (`git checkout release_XX.XX`). - * Serious security problems should not be fixed via pull request - - please responsibly disclose these by e-mailing them (with or - without patches) to galaxy-lab@bx.psu.edu. The Galaxy core - development team will issue patches to public servers before - announcing the issue to ensure there is time to patch and - highlight these fixes widely. We will provide you credit for the - discovery when publicly disclosing the issue. + * Serious security problems should not be fixed via pull request - please + responsibly disclose these by e-mailing them (with or without patches) to + galaxy-lab@lists.galaxyproject.org. The Galaxy core development team will + issue patches to public servers before announcing the issue to ensure there + is time to patch and highlight these fixes widely. We will provide you + credit for the discovery when publicly disclosing the issue. * If your changes modify code - please ensure the resulting files conform to Galaxy [style