Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Bug Report
description: Use this template to report bugs in cloud_controller_ng
title: "<short description>"
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: "..."
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
31 changes: 0 additions & 31 deletions ISSUE_TEMPLATE.md

This file was deleted.