From 9825109f40e085abe967174d1a08106750000bc8 Mon Sep 17 00:00:00 2001 From: Matthijs Berends <31037261+msberends@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:42:09 +0100 Subject: [PATCH] Update 1-bug-report.yml --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 3eaa5c079..9b212b0a1 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: File a bug report. +description: I think I found a bug! labels: "bug" body: - type: markdown @@ -16,7 +16,7 @@ body: placeholder: Description validations: required: true - - type: input + - type: dropdown id: version attributes: label: AMR Package Version @@ -26,15 +26,9 @@ body: ```r packageVersion("AMR") ``` + multiple: false + options: + - Latest CRAN version (2.1.1) + - One of the latest GitHub versions (2.1.1.9xxx) validations: required: true - - type: checkboxes - id: version-stable - attributes: - label:   - description: Or click - options: - - label: I use the latest CRAN version - required: false - - label: I use one of the latest GitHub versions - required: false