From 94b0db6dd2f824085ea9bec928213761dcb8a24c Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 29 Oct 2024 17:03:45 -0400 Subject: [PATCH] PR feedback --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index baeff4d90..b5a92992e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ What is the thing you want to fix? Is it associated with an issue on GitHub? Ple Always consider opening an issue first to describe your problem, so we can discuss what is the best way to amend it. Note that if you do not describe the goal of this change or link to a related issue, the maintainers may close the PR without further review. -If your pull request makes a non-insignificant change to Pipenv, such as the user interface or intended functionality, please open a discussion or issue report first. +If your pull request makes a significant change to Pipenv, such as the user interface or intended functionality, please open a discussion or issue report first. ### The fix