Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.11 KB

ISSUE_TEMPLATE.md

File metadata and controls

36 lines (21 loc) · 1.11 KB

Issue Template

Step 1: Is this issue for here?

  • Since the Service Manager is comprised of multiple components (Service Manager, Service Broker Proxies, Service Manager CLI, etc.) you should make sure that this is the right repository for your issue. Only issues related to the Service Manager CLI will be addressed here. All other issues should be created in the appropriate repositories in the Peripli organization.
  • For general technical questions, send an email with your question on service-manager-wg@googlegroups.com

Step 2: Describe the problem (very short text description):

Example: I'm trying to extend the Default API but I'm running into X Y Z.

Step 3: Describe the problem (steps):

Steps to reproduce:




Observed Results:

  • What was the result? This could be a description, log output, etc.

Expected Results:

  • What was the expected outcome?

Relevant Code Snippet:

// TODO (you): code here to reproduce the problem