1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 22:22:03 +02:00

7 Commits

3 changed files with 42 additions and 3 deletions

View File

@ -32,3 +32,13 @@ body:
- One of the latest GitHub versions (2.1.1.9xxx)
validations:
required: true
- type: checkboxes
id: field-impact
attributes:
label: Impacted Field
description: Which field is probably impacted by this? You may select more than one, or choose none at all.
options:
- label: Medical (human) microbiology
- label: Veterinary microbiology
- label: Environmental microbiology

View File

@ -0,0 +1,27 @@
name: Feature or Optimisation Request
description: I have a suggestion.
labels: "enhancement"
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to make a suggestion!
We'll be happy to implement on a short notice if this improves the AMR package. Do note that BY FAR most of the content of the current version is because of collaborators like you!
- type: textarea
id: description
attributes:
label: Description
description: Please provide a clear and concise description.
placeholder: Description
validations:
required: true
- type: checkboxes
id: field-impact
attributes:
label: Impacted Field
description: Which field is probably impacted by this? You may select more than one, or choose none at all.
options:
- label: Medical (human) microbiology
- label: Veterinary microbiology
- label: Environmental microbiology

View File

@ -1,6 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: AMR Community Support
- name: I Have a Question - Ask Our AMR for R Assistant
url: https://chatgpt.com/g/g-M4UNLwFi5-amr-for-r-assistant
about: Ask questions or code suggestions to our AMR for R Assistant, a ChatGPT manually-trained model able to answer any question about the AMR package.
- name: I Have a Question - AMR Community Support
url: https://github.com/msberends/AMR/discussions
about: Please ask and answer questions here.
about: You can also ask (and answer) questions here to share with others.