From bed29d6aff21aeda8db217e54c5874946a166450 Mon Sep 17 00:00:00 2001 From: Matthijs Berends <31037261+msberends@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:34:27 +0100 Subject: [PATCH] Update 1-bug-report.yml --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index dafaea29f..9748485ca 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -5,7 +5,9 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this bug report! You're probably improving the lives of many AMR package users :) + Thanks for taking the time to fill out this bug report! + + You're probably improving the lives of many AMR package users :) - type: textarea id: description attributes: @@ -18,13 +20,18 @@ body: id: version attributes: label: AMR Package Version - description: What version of the AMR package are you running? You can retrieve this by running `packageVersion("AMR")` in R. + description: | + What version of the AMR package are you running? You can retrieve this by running in R: + + ```r + packageVersion("AMR") + ``` validations: required: true - type: checkboxes id: version-stable attributes: - label: AMR Package Version + label: . description: Or click options: - label: I use the latest CRAN version