From 39276c32df20df6b6b30a390a728a45261b3b926 Mon Sep 17 00:00:00 2001 From: ocavue Date: Sat, 29 Sep 2018 18:23:16 +0800 Subject: [PATCH] Remove a 404 link in issue templates --- .github/ISSUE_TEMPLATE/Bug_report.md | 4 ---- .github/ISSUE_TEMPLATE/Custom.md | 4 ---- .github/ISSUE_TEMPLATE/Feature_request.md | 4 ---- 3 files changed, 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 0a9b3421cd..c52b4d6ccd 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -5,10 +5,6 @@ about: Create a report to help us improve Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv. -If you're requesting a new feature or leaving feedback, please use this forum instead: - - https://kenneth-reitz.uservoice.com/forums/913660-general - Check the [diagnose documentation](https://docs.pipenv.org/diagnose/) for common issues before posting! We may close your issue if it is very similar to one of them. Please be considerate, or be on your way. Make sure to mention your debugging experience if the documented solution failed. diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md index 407e90cc6d..33839850e9 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -5,10 +5,6 @@ about: Requests for assistance or general usage guidance. **AVOID POSTING ISSUES UNDER THIS CATEGORY.** -If you're requesting a new feature or leaving feedback, please use this forum instead: - - https://kenneth-reitz.uservoice.com/forums/913660-general - If Pipenv is not functioning as you would like it to, consider filing either a bug report, or a feature request instead. Please refer to [StackOverflow tag](https://stackoverflow.com/questions/tagged/pipenv) for more information. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 4292912e0c..c817015d9b 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -5,10 +5,6 @@ about: Suggest an idea for this project Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv. -If you're requesting a new feature or leaving feedback, please use this forum instead: - - https://kenneth-reitz.uservoice.com/forums/913660-general - Check the [diagnose documentation](https://docs.pipenv.org/diagnose/) for common issues before posting! We may close your issue if it is very similar to one of them. Please be considerate, or be on your way. Make sure to mention your debugging experience if the documented solution failed.