mirror of
https://github.com/msberends/AMR.git
synced 2025-04-22 17:43:56 +02:00
28 lines
986 B
YAML
28 lines
986 B
YAML
name: Feature or Optimisation Request
|
|
description: I have an idea!
|
|
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! So, many thanks in advance.
|
|
- 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
|