diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..31721191 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,54 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: ["bug"] +projects: ["fastenhealth/fasten-onprem"] +assignees: + - AnalogJ +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Please enter an explicit description of your issue. Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + validations: + required: true + - type: dropdown + id: flavor + attributes: + label: Flavor + description: What flavor of Fasten Health are you running? + options: + - Docker + - Desktop + default: 0 + validations: + required: true + - type: input + id: version + attributes: + label: Version + description: What version of Fasten Health are you running? The version is listed in the application footer, beside the Copyright notice. + placeholder: ex. main#4b3cecc + validations: + required: false + - 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 +