Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the bug template to have more deploy type flexibility #1518

Merged
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
14 changes: 6 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@ body:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- label: I have searched the existing issues
required: true
- type: dropdown
id: deploy-type
attributes:
label: Deploy type
description: |
How did you deploy the Dashboard?

Eg. what is the repo location, `odh-manifests` or `odh-dashboard`?
description: How did you deploy the Dashboard?
multiple: false
options:
- Using an OpenDataHub main version (eg. `v1.6.0`)
- Directly installing the Dashboard at the latest (eg. `odh-dashboard/main`)
- OpenDataHub core version (eg. `v1.6.0`)
- Installing Dashboard directly (eg. `v2.12.0`, `commit xyz`, `branch name`)
- Downstream version (eg. `RHODS 1.29`)
validations:
required: true
- type: input
Expand Down
Loading