mirror of
https://github.com/msberends/AMR.git
synced 2025-04-20 17:13:48 +02:00
Update 1-bug-report.yml
This commit is contained in:
parent
8582321f53
commit
bed29d6aff
13
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
13
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
@ -5,7 +5,9 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
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
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
@ -18,13 +20,18 @@ body:
|
|||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: AMR Package Version
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: version-stable
|
id: version-stable
|
||||||
attributes:
|
attributes:
|
||||||
label: AMR Package Version
|
label: .
|
||||||
description: Or click
|
description: Or click
|
||||||
options:
|
options:
|
||||||
- label: I use the latest CRAN version
|
- label: I use the latest CRAN version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user