aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2019-11-04 16:05:43 +0100
committerGitHub <noreply@github.com>2019-11-04 16:05:43 +0100
commit3af4647804700bb6e86a9e1b73d7bf8612d872fa (patch)
tree7eda1cb9c8654077864a56a7f2872b5a49dbf060 /README.rst
parent0a197af6a2d337bbafed34ce6718caa6b4139034 (diff)
downloadmitmproxy-3af4647804700bb6e86a9e1b73d7bf8612d872fa.tar.gz
mitmproxy-3af4647804700bb6e86a9e1b73d7bf8612d872fa.tar.bz2
mitmproxy-3af4647804700bb6e86a9e1b73d7bf8612d872fa.zip
squash remaining forum reference
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 99797d19..e41dc80b 100644
--- a/README.rst
+++ b/README.rst
@@ -21,8 +21,7 @@ Documentation & Help
--------------------
-General information, tutorials, and precompiled binaries can be found on the mitmproxy
-and pathod websites.
+General information, tutorials, and precompiled binaries can be found on the mitmproxy website.
|mitmproxy_site|
@@ -52,7 +51,7 @@ Contributing
As an open source project, mitmproxy welcomes contributions of all forms. If you would like to bring the project forward,
please consider contributing in the following areas:
-- **Maintenance:** We are *incredibly* thankful for individuals who are stepping up and helping with maintenance. This includes (but is not limited to) triaging issues, reviewing pull requests and picking up stale ones, helping out other users in our forums_, creating minimal, complete and verifiable examples or test cases for existing bug reports, updating documentation, or fixing minor bugs that have recently been reported.
+- **Maintenance:** We are *incredibly* thankful for individuals who are stepping up and helping with maintenance. This includes (but is not limited to) triaging issues, reviewing pull requests and picking up stale ones, helping out other users on StackOverflow_, creating minimal, complete and verifiable examples or test cases for existing bug reports, updating documentation, or fixing minor bugs that have recently been reported.
- **Code Contributions:** We actively mark issues that we consider are `good first contributions`_. If you intend to work on a larger contribution to the project, please come talk to us first.
Development Setup
@@ -193,5 +192,5 @@ with the following command:
.. _yarn: https://yarnpkg.com/en/
.. _PEP8: https://www.python.org/dev/peps/pep-0008
.. _`Google Style Guide`: https://google.github.io/styleguide/pyguide.html
-.. _forums: https://discourse.mitmproxy.org/
+.. _StackOverflow: https://stackoverflow.com/questions/tagged/mitmproxy
.. _`good first contributions`: https://github.com/mitmproxy/mitmproxy/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22