1
0
mirror of https://github.com/msberends/AMR.git synced 2025-04-19 08:33:49 +02:00

Update 1-bug-report.yml

This commit is contained in:
Matthijs Berends 2025-02-28 11:34:27 +01:00 committed by GitHub
parent 8582321f53
commit bed29d6aff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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