Skip to content

Commit

Permalink
.github: change wording in issue template
Browse files Browse the repository at this point in the history
"equal or higher" is more correct than "higher".

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Aug 13, 2024
1 parent f858b05 commit 8aa258f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ body:
**NOTE: If your version is NOT listed then please upgrade before opening the GH issue. Thank you**
options:
# renovate: datasource=github-tags depName=cilium/cilium
- 'higher than v1.16.0 and lower than v1.17.0'
- 'equal or higher than v1.16.0 and lower than v1.17.0'
# renovate: datasource=github-tags depName=cilium/cilium
- 'higher than v1.15.7 and lower than v1.16.0'
- 'equal or higher than v1.15.7 and lower than v1.16.0'
# renovate: datasource=github-tags depName=cilium/cilium
- 'higher than v1.14.13 and lower than v1.15.0'
- 'equal or higher than v1.14.13 and lower than v1.15.0'
# renovate: datasource=github-tags depName=cilium/cilium
- 'higher than v1.13.18 and lower than v1.14.0'
- 'equal or higher than v1.13.18 and lower than v1.14.0'
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 8aa258f

Please sign in to comment.