Skip to content

Commit

Permalink
Improve the bug template to have more deploy type flexibility
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewballantyne committed Jul 14, 2023
1 parent c1848e3 commit 90ba306
Showing 1 changed file with 6 additions and 8 deletions.
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

0 comments on commit 90ba306

Please sign in to comment.