Skip to content

Commit

Permalink
Update Bug Reporting Template to encourage use of latest update relea…
Browse files Browse the repository at this point in the history
…ses (#972)

* Update bug report template to encourage reporters to use the latest update version.

* Update URL
  • Loading branch information
karianna authored Dec 13, 2023
1 parent 73ff47f commit 4f76651
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
17 changes: 10 additions & 7 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 4f76651

Please sign in to comment.