From 0f9390234fbbbe65a09b56dc2443c042871b37e3 Mon Sep 17 00:00:00 2001 From: Cedric Champeau Date: Tue, 24 Jan 2023 11:03:22 +0100 Subject: [PATCH 1/2] Clarify bug report templates --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index aaa63565b..324ce141d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,11 +7,21 @@ assignees: '' --- +**Before reporting** + +- This repository should be used to report **issues on the Maven or Gradle plugins for GraalVM**. +- Please report issues which are specific to [the Spring Framework](https://spring.io/) or [the Micronaut framework](https://micronaut.io/) to their specific repositories. +- 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. + **Describe the bug** A clear and concise description of what the bug is. **Make sure that you have read [the documentation](https://graalvm.github.io/native-build-tools) and that you are using the latest plugin version.** **To Reproduce** + +Ideally, please provide a link to a repository which reproduces the issue, with instructions on how to use. +The reproducer **must** make use of either the Maven or Gradle plugin. + Steps to reproduce the behavior: ```xml From bdd409e36f1a88a9ccd5cb4602a103f8fb0de8f5 Mon Sep 17 00:00:00 2001 From: Cedric Champeau Date: Wed, 25 Jan 2023 09:08:24 +0100 Subject: [PATCH 2/2] Reword section about reproducing --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 324ce141d..e3224d917 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,7 +19,7 @@ A clear and concise description of what the bug is. **To Reproduce** -Ideally, please provide a link to a repository which reproduces the issue, with instructions on how to use. +When possible, provide a link to a repository which reproduces the issue, with instructions on how to use. The reproducer **must** make use of either the Maven or Gradle plugin. Steps to reproduce the behavior: