-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an additional preamble to the bug report template
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,11 @@ body: | |
**To report a Quarkus security vulnerability, please [send an email to `[email protected]`](mailto:[email protected]) with all the details.** | ||
:warning: Do **NOT** create a public issue on GitHub for security vulnerabilities. See our [security policy](https://github.com/quarkusio/quarkus/security/policy) for more details. :warning: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
To maximize the chance of your issue be handled in a timely manner, please ensure you have tested on the absolute latest version of Quarkus (or latest LTS version). | ||
Moreover, providing a minimal canonical sample project that makes it easy to reproduce the issue, is a huge help to the community when it comes to understanding, debugging, fixing and testing the issue | ||
- type: textarea | ||
id: description | ||
validations: | ||
|