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
42 changes: 42 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/Bug_Currency_Dashboard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Bug for OSE Dashboard
title: "[BUG]: "
description: "Bug reporting for OSE dashboard"
labels: "dashboard bug"
projects: "linux-on-ibm-z/1"
assignees: "ICH"
body:
- type: markdown
attributes:
value: >
Use this form to submit a bug for OSE Dashboard.
Please give us as much information, including screen shots when possible to help us reproduce your issue or better understand the problem.
However, remember that any submitted information is public so do NOT include secrets, passwords, keys, PI, SPI, etc.

- type: input
id: ose_version
attributes:
label: OSE Dashboard Version
description: |
Enter the version of the OSE Dashboard where the issue occurs e.g. 1.1.2

> Log in and check the portal version at the bottom-right of the home page.
> [Click to check portal version](https://ose.developerfirst.ibm.com)
validations:
required: true

- type: textarea
id: bug_details
attributes:
label: Bug Details
description: |
Please provide a description of the issue you are having with the OSE Dashboard, including as much detail as possible with screen shots if that helps to identify the issue. However, remember that any submitted information is public so do NOT include secrets, passwords, keys, PI, SPI, etc.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce the bug or issue
description: |
Please describe how to reproduce the issue you are encountering.
validations:
required: true
45 changes: 45 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/Currency_update_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: OSE Update Request
title: "[OSE_Update]: "
description: "Request to fix, or update a package in the OSE Portal"
labels: "update OSE"
projects: "linux-on-ibm-z/1"
assignees: "ICH"
body:
- type: markdown
attributes:
value: >
Please complete the following fields to request a fix to an existing package, or an update to an existing package.
- type: input
id: pkg_name
attributes:
label: Package Name
description: >-
The package name you want to be supported for Linux on Z e.g. redis, elasticsearch
validations:
required: true
- type: input
id: version
attributes:
label: Package Version
description: Specific version of package want to be supported for Linux on Z
validations:
required: false
- type: input
id: github_repo
attributes:
label: GitHub Repo url
description: The GitHub source url of package
validations:
required: true
- type: dropdown
id: desired_packaging
attributes:
label: Desired packaging
options:
- build script only
- container only
- build script and container
description: |
Please provide details on desired packaging. You need build script or container for package.
validations:
required: true
29 changes: 29 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/Feedback_Currency_Dashboard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Feedback for OSE Dashboard
title: "[Feedback]:"
description: "Feedback for OSE dashboard"
labels: "dashboard feedback"
projects: "linux-on-ibm-z/1"
assignees: "ICH"
body:
- type: markdown
attributes:
value: >
Use this form to provide feedback or your suggstions for OSE Dashboard.
- type: input
id: ose_version
attributes:
label: OSE Dashboard Version
description: |
Enter the version of the OSE Dashboard where the issue occurs e.g. 1.1.2

> Log in and check the portal version at the bottom-right of the home page.
> [Click to check portal version](https://ose.developerfirst.ibm.com)
validations:
required: true
- type: textarea
id: feedback
attributes:
label: Feedback Details
description: Your feedback on current OSE Dashboard and any suggestions to make it better.
validations:
required: true
45 changes: 45 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/New_Currency_Request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: New OSE Request
title: "[OSE_Req]: "
description: "Request to add OSE for any new package with specific version for Linux on Z"
labels: "new OSE"
projects: "linux-on-ibm-z/1"
assignees: "ICH"
body:
- type: markdown
attributes:
value: >
Please complete the following fields to request OSE for new package.
- type: input
id: pkg_name
attributes:
label: Package Name
description: >-
The package name you want to be supported for Linux on Z e.g. redis, elasticsearch
validations:
required: true
- type: input
id: version
attributes:
label: Package Version
description: Specific version of package want to be supported for Linux on Z
validations:
required: false
- type: input
id: github_repo
attributes:
label: GitHub Repo url
description: The GitHub source url of package
validations:
required: true
- type: dropdown
id: desired_packaging
attributes:
label: Desired packaging
options:
- build script only
- container only
- build script and container
description: |
Please provide details on desired packaging. You need build script or container for package.
validations:
required: true
Loading