From 4f766513b1557e1cd217bb09156effbf2771c62c Mon Sep 17 00:00:00 2001 From: Martijn Verburg Date: Thu, 14 Dec 2023 08:59:19 +1300 Subject: [PATCH] Update Bug Reporting Template to encourage use of latest update releases (#972) * Update bug report template to encourage reporters to use the latest update version. * Update URL --- .github/ISSUE_TEMPLATE/bug-report.yml | 17 ++++++++++------- .gitignore | 1 + CONTRIBUTING.md | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 .gitignore diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ff082db..84818cb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -12,6 +12,16 @@ body: description: Please provide a brief summary of the bug validations: required: true + - type: textarea + id: latest-versions + attributes: + label: Did you test with the latest update version? + description: | + WARNING: We only support the latest (aka point or trivial) update version for each major/LTS version we support. + If you do not test with the latest update version, then this bug will not be accepted. + + Please download the latest update version from https://adoptium.net/temurin/releases/ and test with that. + render: Shell - type: textarea id: reproduce attributes: @@ -67,13 +77,6 @@ body: label: Did it work before? description: Did this work with a previous Java version? If so, please specify what changed. render: Shell - - type: textarea - id: latest-versions - attributes: - label: Did you test with the latest update version? - description: | - Please download the latest update version from https://adoptium.net and test with that. - render: Shell - type: textarea id: other-versions attributes: diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 918634b..5bfd609 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,4 +32,4 @@ For more information, please see the Eclipse Committer Handbook: ## Contact -Contact the Eclipse Foundation Webdev team via webdev@eclipse-foundation.org. +Contact the Eclipse Foundation Webdev team via [webdev@eclipse-foundation.org](mailto:webdev@eclipse-foundation.org).