From b26125fb2caeec82b91058c3a92f3afc3132a03c Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Sat, 4 Mar 2017 10:20:31 +0100 Subject: [PATCH] update the community doc. fix #1474 --- docs/source/community.rst | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/source/community.rst b/docs/source/community.rst index 9d0ed921..a06f7d8c 100644 --- a/docs/source/community.rst +++ b/docs/source/community.rst @@ -4,21 +4,18 @@ Community Use these channels to communicate about the project. -Mailing list -============ +Project Management & Discussions +================================ -The **user** mailing list is general discussion and support list for -Gunicorn users. +Gunicorn uses `GitHub for the project management `_. GitHub issues are used +for 3 different purposes: - * To **subscribe**, send an email to `user+subscribe@gunicorn.org - `_ - * To **unsubscribe**, send an email to `user+unsubscribe@gunicorn.org - `_ - * Finally, to post a message to the list use the address to - `user@gunicorn.org `_ + * `Bug tracker `_ : to check latest bug + * `Forum `_ : Stackoverflow-style questions about Gunicorn usage. + * `Mailing list `_ : Discussion of Gunicorn development, new features and project + management. -The archive for this list can also be `browsed online -`_ . +Project maintainance guidelines are avaible on the `wiki `_ IRC ===