From f8e3f2550fbf0d4a566a6de00db5cd35efb845a8 Mon Sep 17 00:00:00 2001 From: Andrew Zhou <30874884+0az@users.noreply.github.com> Date: Tue, 2 Oct 2018 12:52:47 -0700 Subject: [PATCH] Replace reference to Uservoice with PEEP-000. Fixes #2809. --- .github/ISSUE_TEMPLATE.md | 4 ++-- news/2909.doc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 news/2909.doc diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e1530fcc..8f64917e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,8 @@ 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: +If you're requesting a new feature, please use the PEEP process: - https://kenneth-reitz.uservoice.com/forums/913660-general + https://github.com/pypa/pipenv/blob/master/peeps/PEEP-000.md 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. diff --git a/news/2909.doc b/news/2909.doc new file mode 100644 index 00000000..d8487544 --- /dev/null +++ b/news/2909.doc @@ -0,0 +1 @@ +Replace reference to uservoice with PEEP-000