Skip to content

Commit 55e6bc4

Browse files
authored
Clarify bug report templates (#392)
* Clarify bug report templates * Reword section about reproducing
1 parent 6c94a5e commit 55e6bc4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@ assignees: ''
77

88
---
99

10+
**Before reporting**
11+
12+
- This repository should be used to report **issues on the Maven or Gradle plugins for GraalVM**.
13+
- Please report issues which are specific to [the Spring Framework](https://spring.io/) or [the Micronaut framework](https://micronaut.io/) to their specific repositories.
14+
- Do not report issues with building your specific application, e.g errors which happen at image build time like classes initialized at build time, or missing classes as run time: those are not related to the plugins but problems with configuration. You can refer to the [GraalVM native image documentation](https://www.graalvm.org/latest/reference-manual/native-image/) for available options and the [plugins documentation](https://graalvm.github.io/native-build-tools) for how to use them with the plugin.
15+
1016
**Describe the bug**
1117
A clear and concise description of what the bug is.
1218
**Make sure that you have read [the documentation](https://graalvm.github.io/native-build-tools) and that you are using the latest plugin version.**
1319

1420
**To Reproduce**
21+
22+
When possible, provide a link to a repository which reproduces the issue, with instructions on how to use.
23+
The reproducer **must** make use of either the Maven or Gradle plugin.
24+
1525
Steps to reproduce the behavior:
1626
```xml
1727
<!-- project configuration -->

0 commit comments

Comments
 (0)