mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 22:22:03 +02:00
Compare commits
7 Commits
9825109f40
...
b85890449d
Author | SHA1 | Date | |
---|---|---|---|
b85890449d | |||
08d09d6e71 | |||
649dd5b35a | |||
bb416cb254 | |||
1c551797cc | |||
21b958900c | |||
83bef55b1e |
10
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
10
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
@ -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
|
||||
|
||||
|
27
.github/ISSUE_TEMPLATE/2-feature-request.yml
vendored
Normal file
27
.github/ISSUE_TEMPLATE/2-feature-request.yml
vendored
Normal 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
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
8
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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.
|
||||
|
Reference in New Issue
Block a user