1
0
mirror of https://github.com/msberends/AMR.git synced 2025-04-19 08:33:49 +02:00

Update issue templates

This commit is contained in:
Matthijs Berends 2025-02-28 08:21:10 +01:00 committed by GitHub
parent fa519105eb
commit 446aa44c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 39 additions and 0 deletions

28
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
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:

View File

@ -0,0 +1,11 @@
---
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.