diff --git a/.github/ISSUE_TEMPLATE/2-alm-accelerator-bug.yml b/.github/ISSUE_TEMPLATE/2-alm-accelerator-bug.yml deleted file mode 100644 index 078f8b9bc..000000000 --- a/.github/ISSUE_TEMPLATE/2-alm-accelerator-bug.yml +++ /dev/null @@ -1,54 +0,0 @@ -name: 🦗[ALM Accelerator] Bug report -description: File a bug report for the ALM Accelerator -title: "[ALM Accelerator - BUG]: ISSUE TITLE" -labels: ["alm-accelerator", "bug"] -body: -- type: textarea - attributes: - label: Describe the issue - description: A concise description of what you're experiencing. Please provide as much related information as possible including screenshots, documents, links etc. - validations: - required: true -- type: textarea - attributes: - label: Expected Behavior - description: A concise description of what you expected to happen. Please provide as much related information as possible including screenshots, documents, links etc. - validations: - required: false -- type: dropdown - id: component - attributes: - label: What component are you experiencing the issue with? - options: - - ALM Accelerator Canvas App - - ALM Accelerator Pipelines - - ALM Accelerator Custom Conenctor - validations: - required: true -- type: input - id: version - attributes: - label: What solution version are you using? - placeholder: "1.70" - validations: - required: true -- type: textarea - attributes: - label: Steps To Reproduce - description: Steps to reproduce the behavior. - placeholder: | - 1. In this environment... - 2. With this config... - 3. Run '...' - 4. See error... - validations: - required: false -- type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/2-coe-starter-kit-data-export-bug.yml b/.github/ISSUE_TEMPLATE/2-coe-starter-kit-data-export-bug.yml new file mode 100644 index 000000000..977e43b61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-coe-starter-kit-data-export-bug.yml @@ -0,0 +1,20 @@ +name: 🦗[Data Export V2 Product Issue] Bug report +description: File a product blocking issue related to Data Export V2 +title: "[Data Export V2 Product Issue]: ISSUE TITLE" +labels: ["coe-starter-kit ", "Data Export V2", "product-gap"] +body: +- type: textarea + attributes: + label: Describe the issue + description: A concise description of what you're experiencing. Please provide as much related information as possible including screenshots, documents, links etc. + validations: + required: true +- type: textarea + attributes: + label: Anything else? + description: | + Links? References? Anything that will give us more context about the issue you are encountering! + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false