diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 47db052bd..c31551c12 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,5 @@ blank_issues_enabled: false contact_links: - name: Support - url: https://stackoverflow.com/questions/tagged/mitmproxy - about: Please do not use GitHub for support requests. - If you have questions on how to use mitmproxy, please ask them on StackOverflow! + url: https://github.com/mitmproxy/mitmproxy/discussions + about: If you have questions on how to use mitmproxy, ask them on the discussions page! diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df060f95d..27a85695b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ 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 on [StackOverflow](https://stackoverflow.com/questions/tagged/mitmproxy), creating minimal, complete and + users on [GitHub Discussions](https://github.com/mitmproxy/mitmproxy/discussions), 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]( diff --git a/docs/src/content/overview-getting-started.md b/docs/src/content/overview-getting-started.md index 10a4aa7dd..7bcfd6359 100644 --- a/docs/src/content/overview-getting-started.md +++ b/docs/src/content/overview-getting-started.md @@ -47,6 +47,6 @@ new flow and you can inspect it. ## Resources -* [**StackOverflow**](https://stackoverflow.com/questions/tagged/mitmproxy): If you want to ask usage questions, please do so on StackOverflow. -* [**GitHub**](https://github.com/mitmproxy/): If you want to contribute to mitmproxy or submit a bug report, please do so on GitHub. -* [**Slack**](https://mitmproxy.slack.com): If you want to get in touch with the developers or other users, please use our Slack channel. +* [**GitHub**](https://github.com/mitmproxy/mitmproxy): If you want to ask usage questions, contribute + to mitmproxy, or submit a bug report, please use GitHub. +* [**Slack**](https://mitmproxy.slack.com): For ephemeral development questions/coordination, please use our Slack channel.