mirror of
https://github.com/msberends/AMR.git
synced 2025-04-19 08:33:49 +02:00
41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
name: Bug Report
|
||
description: File a bug report.
|
||
labels: "bug"
|
||
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 :)
|
||
- type: textarea
|
||
id: description
|
||
attributes:
|
||
label: Description
|
||
description: Please provide a clear and concise description.
|
||
placeholder: Description
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
id: version
|
||
attributes:
|
||
label: AMR Package Version
|
||
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:
|
||
description: Or click
|
||
options:
|
||
- label: I use the latest CRAN version
|
||
required: false
|
||
- label: I use one of the latest GitHub versions
|
||
required: false
|