Skip to content

Commit d1f177e

Browse files
committed
minor #5441 [Contributing] remove mailing list and forum references (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Contributing] remove mailing list and forum references | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | As Stack Overflow is now the preferred web based support platform and both the mailing list and the forum will be shut down, we should not refer to them anymore. Commits ------- f2fa53b remove mailing list and forum references
2 parents 44175bc + f2fa53b commit d1f177e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

contributing/code/bugs.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Before submitting a bug:
1414
* Double-check the official :doc:`documentation </index>` to see if you're not misusing the
1515
framework;
1616

17-
* Ask for assistance on the `users mailing-list`_, the `forum`_, or on the
18-
#symfony `IRC channel`_ if you're not sure if your issue is really a bug.
17+
* Ask for assistance on `Stack Overflow`_ or on the #symfony `IRC channel`_
18+
if you're not sure if your issue is really a bug.
1919

2020
If your problem definitely looks like a bug, report it using the official bug
2121
`tracker`_ and follow some basic rules:
@@ -34,8 +34,7 @@ If your problem definitely looks like a bug, report it using the official bug
3434

3535
* *(optional)* Attach a :doc:`patch <patches>`.
3636

37-
.. _users mailing-list: http://groups.google.com/group/symfony2
38-
.. _forum: http://forum.symfony-project.org/
39-
.. _IRC channel: irc://irc.freenode.net/symfony
37+
.. _`Stack Overflow`: http://stackoverflow.com/questions/tagged/symfony2
38+
.. _IRC channel: http://symfony.com/irc
4039
.. _tracker: https://github.com/symfony/symfony/issues
4140
.. _Symfony Standard Edition: https://github.com/symfony/symfony-standard/

contributing/code/security.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Reporting a Security Issue
99
--------------------------
1010

1111
If you think that you have found a security issue in Symfony, don't use the
12-
mailing-list or the bug tracker and don't publish it publicly. Instead, all
13-
security issues must be sent to **security [at] symfony.com**. Emails sent to
14-
this address are forwarded to the Symfony core-team private mailing-list.
12+
bug tracker and don't publish it publicly. Instead, all security issues must
13+
be sent to **security [at] symfony.com**. Emails sent to this address are
14+
forwarded to the Symfony core-team private mailing-list.
1515

1616
Resolving Process
1717
-----------------

0 commit comments

Comments
 (0)