mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 23:01:58 +02:00
Compare commits
9 Commits
446aa44c0b
...
9825109f40
Author | SHA1 | Date | |
---|---|---|---|
9825109f40 | |||
8b4107d951 | |||
bed29d6aff | |||
8582321f53 | |||
cf7a0f99bf | |||
335a086447 | |||
c9a610eaca | |||
c93e0038a9 | |||
a37d6d8276 |
34
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
Normal 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
|
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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
6
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
||||
|
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -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.
|
Reference in New Issue
Block a user