Skip to content

Commit

Permalink
Update issue template bug.yml - cosmos version update in the dropdown (
Browse files Browse the repository at this point in the history
…#1275)

Housekeeping to use latest released version in the bug report template
to select cosmos version.
Cosmos's latest released version in 1.7.0 and hence use the same as the
first
dropdown item version that appears to the bug reporters.
  • Loading branch information
pankajkoti authored Oct 22, 2024
1 parent d835997 commit 772ab55
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,23 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: dropdown
- type: input
id: cosmos-version
attributes:
label: Astronomer Cosmos Version
description: What version of Astronomer Cosmos are you running? If you do not see your version in the list, please (ideally) test on
the latest release or main to see if the issue is fixed before reporting it.
options:
- "1.4.1"
- "main (development)"
- "Other Astronomer Cosmos version (please specify below)"
multiple: false
validations:
required: true
- type: input
attributes:
label: If "Other Astronomer Cosmos version" selected, which one?
# yamllint disable rule:line-length
description: >
On what version of Astronomer Cosmos are you currently experiencing the issue? Remember, you are encouraged to
test with the latest release or on the main branch to verify your issue still exists.
placeholder: e.g. 1.7.0
validations:
required: true
- type: input
id: dbt-core-version
attributes:
label: dbt-core version
description: What version of dbt-core are you running?
placeholder: ex. 1.8.0
placeholder: e.g. 1.8.0
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 772ab55

Please sign in to comment.