Skip to content

Commit 2c4f25c

Browse files
authored
Migrate issue template (old one is not working anymore) (#4607)
1 parent 8b932f9 commit 2c4f25c

File tree

3 files changed

+51
-31
lines changed

3 files changed

+51
-31
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Bug Report
2+
description: Use this template to report bugs in cloud_controller_ng
3+
title: "<short description>"
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for submitting an issue to `cloud_controller_ng`. We are always trying to improve! To help us, please fill out the following template.
9+
- type: textarea
10+
id: issue
11+
attributes:
12+
label: Issue
13+
description: Provide quick introduction so this issue can be triaged.
14+
placeholder: "..."
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: context
19+
attributes:
20+
label: Context
21+
description: Provide more detailed introduction.
22+
placeholder: "..."
23+
- type: textarea
24+
id: steps-to-reproduce
25+
attributes:
26+
label: Steps to Reproduce
27+
description: Ordered list the process to finding and recreating the issue, example below.
28+
placeholder: "..."
29+
- type: textarea
30+
id: expected-result
31+
attributes:
32+
label: Expected Result
33+
description: Describe what you would expect to have resulted from this process.
34+
placeholder: "..."
35+
- type: textarea
36+
id: current-result
37+
attributes:
38+
label: Current Result
39+
description: Describe what you are currently experiencing from this process, and thereby explain the bug. Include relevant logs. If relevant, include a screenshot.
40+
placeholder: "..."
41+
- type: input
42+
id: possible-fix
43+
attributes:
44+
label: Possible Fix
45+
description: Not obligatory, but suggest fixes or reasons for the bug.
46+
placeholder: "..."

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: CAPI team on Slack
4+
url: https://cloudfoundry.slack.com/archives/C07C04W4Q
5+
about: Ask quick questions here before opening an issue.

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)