From c9254a0d750634136c6448c8b9fd5a3200734946 Mon Sep 17 00:00:00 2001 From: Ashley <73482956+ascopes@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:13:13 +0100 Subject: [PATCH] Update bug_report.md Add library version as a field on the bug report template. Fixes GH-722. [skip ci] Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 445d64917..62334b964 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,8 +28,9 @@ If applicable, add screenshots to help explain your problem. **Additional context** -JDK version: _Please enter the JDK you are using here (e.g. 17.0.1)_ -JDK vendor: _Please enter the JDK vendor being used (e.g. Amazon Corretto, Adoptium)_ -Platform: _Please enter details about your platform (e.g. Fedora Linux ARM64, Windows 11 AMD64). +- JCT library version: _Please enter the library version you are using here (e.g. v3.4.5)_ +- JDK version: _Please enter the JDK you are using here (e.g. 17.0.1)_ +- JDK vendor: _Please enter the JDK vendor being used (e.g. Amazon Corretto, Adoptium)_ +- Platform: _Please enter details about your platform (e.g. Fedora Linux ARM64, Windows 11 AMD64). Add any other context about the problem here.