From 4e044ae06e8df24d05a70a0f4c8ec333e335ce05 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Sun, 15 Mar 2020 08:08:21 +0100 Subject: [PATCH] Update issue templates --- .../avoid-raising-an-issue--not-an-issue-.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/avoid-raising-an-issue--not-an-issue-.md diff --git a/.github/ISSUE_TEMPLATE/avoid-raising-an-issue--not-an-issue-.md b/.github/ISSUE_TEMPLATE/avoid-raising-an-issue--not-an-issue-.md new file mode 100644 index 000000000..8b8e5a43e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/avoid-raising-an-issue--not-an-issue-.md @@ -0,0 +1,18 @@ +--- +name: Avoid raising an issue (NOT an issue) +about: Cases for not raising an issue +title: '' +labels: '' +assignees: '' + +--- + +- Question +STOP!! Please ask questions about how to use something, or to understand why something isn't +working as you expect it to, on Stack Overflow using the spring-boot tag. +- Security Vulnerability +STOP!! Please don't raise security vulnerabilities here. Head over to https://pivotal.io/security to learn how to disclose them responsibly. +- 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. +- 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.