From e2d375591108599bd3f60b62a33a580be8285621 Mon Sep 17 00:00:00 2001 From: Dmytro Nosan Date: Thu, 17 Oct 2024 17:51:55 +0300 Subject: [PATCH 1/2] Add GitHub issue templates See gh-42770 --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/issue.md} | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/issue.md} (94%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..729a6640396 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Asking for help + url: https://stackoverflow.com/tags/spring-boot + about: The Spring Boot team is using StackOverflow for general questions. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/issue.md similarity index 94% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/issue.md index 266a6152d62..e94a911d37c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -1,3 +1,11 @@ +--- +name: General +about: Bugs, enhancements, documentation, tasks. +title: '' +labels: '' +assignees: '' +--- +