mirror of
https://github.com/msberends/AMR.git
synced 2025-04-20 20:33:54 +02:00
Update 1-bug-report.yml
This commit is contained in:
parent
8b4107d951
commit
9825109f40
18
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
18
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report.
|
description: I think I found a bug!
|
||||||
labels: "bug"
|
labels: "bug"
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
@ -16,7 +16,7 @@ body:
|
|||||||
placeholder: Description
|
placeholder: Description
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: AMR Package Version
|
label: AMR Package Version
|
||||||
@ -26,15 +26,9 @@ body:
|
|||||||
```r
|
```r
|
||||||
packageVersion("AMR")
|
packageVersion("AMR")
|
||||||
```
|
```
|
||||||
|
multiple: false
|
||||||
|
options:
|
||||||
|
- Latest CRAN version (2.1.1)
|
||||||
|
- One of the latest GitHub versions (2.1.1.9xxx)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user