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

9 Commits

Author SHA1 Message Date
Matthijs Berends
9825109f40 Update 1-bug-report.yml 2025-02-28 11:42:09 +01:00
Matthijs Berends
8b4107d951 Update 1-bug-report.yml 2025-02-28 11:38:37 +01:00
Matthijs Berends
bed29d6aff Update 1-bug-report.yml 2025-02-28 11:34:27 +01:00
Matthijs Berends
8582321f53 Update 1-bug-report.yml 2025-02-28 11:32:37 +01:00
Matthijs Berends
cf7a0f99bf Update 1-bug-report.yml 2025-02-28 11:31:40 +01:00
Matthijs Berends
335a086447 Create config.yml 2025-02-28 11:30:34 +01:00
Matthijs Berends
c9a610eaca Delete .github/ISSUE_TEMPLATE/feature_request.md 2025-02-28 11:27:17 +01:00
Matthijs Berends
c93e0038a9 Delete .github/ISSUE_TEMPLATE/bug_report.md 2025-02-28 11:27:06 +01:00
Matthijs Berends
a37d6d8276 Create 1-bug-report.yml 2025-02-28 11:26:18 +01:00
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.