Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 3516195

Browse files
committed
Update issue and PR templates
1 parent 8b6847d commit 3516195

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Welcome to the spring-native issue tracker. If you think you found a bug, please take the time to provide a complete minimal sample (something that we can unzip or git clone, build, and deploy) that reproduces the problem.
2+
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.
33
4-
If you have a question, [StackOverflow](https://stackoverflow.com/tags/spring-native) is the place to be. We prefer to use GitHub issues only for bugs and enhancements.
4+
As a consequence, no new issue on this project should be created, and we recommend trying your use case with the 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.
55
-->

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!--
2+
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.
3+
4+
As a consequence, no new issue on this project should be created, and we recommend trying your use case with the 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.
5+
-->

0 commit comments

Comments
 (0)