diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000000..4614be1b14f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,46 @@ +name: Bug Report +description: Use this template to report bugs in cloud_controller_ng +title: "" +body: + - type: markdown + attributes: + value: | + Thanks for submitting an issue to `cloud_controller_ng`. We are always trying to improve! To help us, please fill out the following template. + - type: textarea + id: issue + attributes: + label: Issue + description: Provide quick introduction so this issue can be triaged. + placeholder: "..." + validations: + required: true + - type: textarea + id: context + attributes: + label: Context + description: Provide more detailed introduction. + placeholder: "..." + - type: textarea + id: steps-to-reproduce + attributes: + label: Steps to Reproduce + description: Ordered list the process to finding and recreating the issue, example below. + placeholder: "..." + - type: textarea + id: expected-result + attributes: + label: Expected Result + description: Describe what you would expect to have resulted from this process. + placeholder: "..." + - type: textarea + id: current-result + attributes: + label: Current Result + description: Describe what you are currently experiencing from this process, and thereby explain the bug. Include relevant logs. If relevant, include a screenshot. + placeholder: "..." + - type: input + id: possible-fix + attributes: + label: Possible Fix + description: Not obligatory, but suggest fixes or reasons for the bug. + placeholder: "..." diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..eaab3ece123 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: CAPI team on Slack + url: https://cloudfoundry.slack.com/archives/C07C04W4Q + about: Ask quick questions here before opening an issue. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 9aaea372f3a..00000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,31 +0,0 @@ -Thanks for submitting an issue to `cloud_controller_ng`. We are always trying to improve! To help us, please fill out the following template. - -## Issue - -[provide quick introduction so this issue can be triaged] - -## Context - -[provide more detailed introduction] - -## Steps to Reproduce - -[ordered list the process to finding and recreating the issue, example below] - -## Expected result - -[describe what you would expect to have resulted from this process] - -## Current result - -[describe what you are currently experiencing from this process, and thereby explain the bug] - -[include relevant logs] - -## Possible Fix - -[not obligatory, but suggest fixes or reasons for the bug] - -## `name of issue` screenshot - -[if relevant, include a screenshot]