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).