From 8be2fe79cb5ce97f8854276848cc8b3a2edec489 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Mon, 4 Jun 2018 23:56:05 +0900 Subject: [PATCH] Add "Managed dependency upgrade" section Closes gh-13351 --- .github/ISSUE_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 3dd45a33bff..c58da9ec1f6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -18,4 +18,7 @@ STOP!! Please don't raise security vulnerabilities here. Head over to https://pi 🎁 Enhancement Please start by describing the problem that you are trying to solve. There may already be a solution, or there may be a way to solve it that you hadn't considered. + +🙅 Managed dependency upgrade +You DO NOT need to raise an issue for a managed dependency version upgrade as there's a semi-automatic process for checking managed dependencies for new versions before a release. But pull requests for upgrades that are more involved than just a version property change are still most welcome. -->