From 8b6847d2c359a8975d69e9fb6d11727af2573fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 3 Jan 2023 08:32:44 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..6e7bf76a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,12 @@ +--- +name: Bug report +about: Spring Native is now superseded by Spring Boot 3 official native support +title: '' +labels: '' +assignees: '' + +--- + +Spring Native is now superseded by Spring Boot 3 official native support, see [the related reference documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html) for more details. + +As a consequence, no new issue on this project should be created, and we recommend trying your use case with latest Spring Boot 3 version. If you still experience the issue reported here, please open an issue directly on the related Spring project (Spring Framework, Data, Security, Boot, Cloud, etc.) with a reproducer.