updating Issue forms with Provider Request
This commit is contained in:
parent
4b3cecca9b
commit
e81e16c691
|
@ -1,15 +1,18 @@
|
||||||
name: Bug Report
|
name: Provider Request
|
||||||
description: File a bug report
|
description: Request a new institution/clinic/insurance provider to be added to Fasten
|
||||||
title: "[Bug]: "
|
title: "[Provider Request]: "
|
||||||
labels: ["bug", "triage"]
|
labels: ["provider", "enhancement"]
|
||||||
projects: ["octo-org/1", "octo-org/44"]
|
projects: ["fastenhealth/fasten-onprem"]
|
||||||
assignees:
|
assignees:
|
||||||
- octocat
|
- AnalogJ
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
Thanks for taking the time to request a new Provider.
|
||||||
|
|
||||||
|
Before you submit this request, please make sure that you've searched the existing issues to see if your provider has already been requested.
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: contact
|
id: contact
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -18,47 +21,43 @@ body:
|
||||||
placeholder: ex. email@example.com
|
placeholder: ex. email@example.com
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: what-happened
|
id: provider-name
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: Provider/Institution Name
|
||||||
description: Also tell us, what did you expect to happen?
|
description: What is the name of this Institution?
|
||||||
placeholder: Tell us what you see!
|
placeholder: ex. Humana/Kaiser/John Hopkins
|
||||||
value: "A bug happened!"
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: version
|
id: provider-website
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Provider/Institution Website
|
||||||
description: What version of our software are you running?
|
description: Please share a link to the provider's website.
|
||||||
options:
|
placeholder: ex. https://www.humana.com/
|
||||||
- 1.0.2 (Default)
|
|
||||||
- 1.0.3 (Edge)
|
|
||||||
default: 0
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: browsers
|
id: provider-website
|
||||||
attributes:
|
attributes:
|
||||||
label: What browsers are you seeing the problem on?
|
label: Provider/Institution Website
|
||||||
multiple: true
|
description: Please share a link to the provider's website.
|
||||||
options:
|
placeholder: ex. https://www.humana.com/
|
||||||
- Firefox
|
validations:
|
||||||
- Chrome
|
|
||||||
- Safari
|
|
||||||
- Microsoft Edge
|
|
||||||
- type: textarea
|
|
||||||
id: logs
|
|
||||||
attributes:
|
|
||||||
label: Relevant log output
|
|
||||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
||||||
render: shell
|
|
||||||
- type: checkboxes
|
|
||||||
id: terms
|
|
||||||
attributes:
|
|
||||||
label: Code of Conduct
|
|
||||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
|
|
||||||
options:
|
|
||||||
- label: I agree to follow this project's Code of Conduct
|
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: provider-ehr
|
||||||
|
attributes:
|
||||||
|
label: Provider EHR Platform
|
||||||
|
description: If you know the name of the EHR platform that this provider uses, please share it.
|
||||||
|
placeholder: ex. Epic MyChart, Cerner, Allscripts, etc
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: additional-info
|
||||||
|
attributes:
|
||||||
|
label: Anything else we should know?
|
||||||
|
description: Please share any additional information or links that you think would be helpful.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue