summaryrefslogtreecommitdiff
path: root/doc/development_guide
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-15 14:20:51 +0200
committerGitHub <noreply@github.com>2022-05-15 14:20:51 +0200
commit52138e9abfd2d3453bd653a8854fd69a19873573 (patch)
treeb231c8fa4e6e5ebd7c22d53d82e798f4dea87dcd /doc/development_guide
parent39f95c0815b03eadba6b0ce4f1769a3ea59bed5f (diff)
downloadpylint-git-52138e9abfd2d3453bd653a8854fd69a19873573.tar.gz
[Doc] Create a contact section and cleanup the introduction (#6613)
* Add a mechanism for redirection * Upgrade cache so the new requirements are properly installed Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'doc/development_guide')
-rw-r--r--doc/development_guide/contribute.rst45
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/development_guide/contribute.rst b/doc/development_guide/contribute.rst
index bf8127de5..116dbebce 100644
--- a/doc/development_guide/contribute.rst
+++ b/doc/development_guide/contribute.rst
@@ -4,51 +4,6 @@
Contributing
==============
-.. _bug reports, feedback:
-
-Bug reports, feedback
----------------------
-
-You think you have found a bug in Pylint? Well, this may be the case
-since Pylint is under heavy development!
-
-Please take the time to check if it is already in the issue tracker at
-https://github.com/PyCQA/pylint
-
-If you cannot find it in the tracker, create a new issue there or discuss your
-problem on the code-quality@python.org mailing list or using the discord
-server https://discord.com/invite/Egy6P8AMB5.
-
-The code-quality mailing list is also a nice place to provide feedback about
-Pylint, since it is shared with other tools that aim at improving the quality of
-python code.
-
-Note that if you don't find something you have expected in Pylint's issue
-tracker, it may be because it is an issue with one of its dependencies, namely
-astroid:
-
-* https://github.com/PyCQA/astroid
-
-.. _Mailing lists:
-
-Discord server
---------------
-
-https://discord.com/invite/Egy6P8AMB5
-
-Mailing lists
--------------
-
-You can subscribe to this mailing list at
-https://mail.python.org/mailman3/lists/code-quality.python.org/
-
-Archives are available at
-https://mail.python.org/pipermail/code-quality/
-
-Archives before April 2013 are available at
-https://lists.logilab.org/pipermail/python-projects/
-
-
.. _repository:
Repository