From f2b2a450cb25b32f0eda7f231487a0ea3c83116c Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Mon, 3 Mar 2025 19:36:26 +0100 Subject: [PATCH] issue template --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 7a808cefa..d82bf5440 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -23,9 +23,9 @@ body: description: Which version of the AMR package are you running? You can retrieve this by running `packageVersion("AMR")` in R. If you are not running any of these versions, then please update first and check whether the bug still persists. multiple: false options: + - '' - Latest CRAN version (2.1.1) - One of the latest GitHub versions (2.1.1.9xxx) - default: -1 validations: required: true - type: checkboxes