From 9f25f31e43dda571017bb9c5e114b7f053eeecca Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Oct 2018 11:47:54 +0200 Subject: [PATCH] Add a note about not adding the issue type in new issues --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f6a5cb82195..5cff90166df 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -13,13 +13,13 @@ You DO NOT need to raise an issue for a managed dependency version upgrade as th - With an Immediate Pull Request An issue will be closed as a duplicate of the immediate pull request, so you don't have to raise an issue if you plan to create a pull request immediately. -🐞 Bug report +🐞 Bug report (do not copy/paste) Please provide details of the problem, including the version of Spring Boot that you are using. If possible, please provide a test case or sample application that reproduces the problem. This makes it much easier for us to diagnose the problem and to verify that we have fixed it. -🎁 Enhancement +🎁 Enhancement (do not copy/paste) 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. -->