1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 23:41:51 +02:00

9 Commits

4 changed files with 40 additions and 39 deletions

34
.github/ISSUE_TEMPLATE/1-bug-report.yml vendored Normal file
View File

@ -0,0 +1,34 @@
name: Bug Report
description: I think I found a bug!
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: dropdown
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")
```
multiple: false
options:
- Latest CRAN version (2.1.1)
- One of the latest GitHub versions (2.1.1.9xxx)
validations:
required: true

View File

@ -1,28 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**AMR package version**
Please run:
```r
packageVersion("AMR")
```
And paste the outcome here:
**Describe the bug**
A clear and concise description of what the bug is:
**To Reproduce**
Steps to reproduce the behaviour:

6
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: AMR Community Support
url: https://github.com/msberends/AMR/discussions
about: Please ask and answer questions here.

View File

@ -1,11 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Describe the solution you'd like**
A clear and concise description of what you want to happen.