Skip to content

Commit 6925480

Browse files
authored
Merge branch 'main' into fix/unnecessary-sort
2 parents e41646a + c112a6f commit 6925480

5 files changed

Lines changed: 83 additions & 83 deletions

File tree

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,34 @@ assignees: ''
77

88
---
99

10-
### Overview
10+
## Overview
1111

12-
#### Describe the bug
12+
### Describe the bug
1313
<!-- A clear and concise description of what the bug is. -->
1414

15-
#### Current behavior
15+
### Current behavior
1616
<!-- A clear and concise description of what happens now.-->
1717

18-
#### Expected behavior
18+
### Expected behavior
1919
<!-- A clear and concise description of what you expected to happen.-->
2020

21-
### Debugging resources
21+
## Debugging resources
2222

23-
#### Reproductive steps
23+
### Reproductive steps
2424
<!--
2525
1. Go to '...'
2626
2. Click on '....'
2727
3. Scroll down to '....'
2828
4. See error
2929
-->
3030

31-
#### Screenshots
31+
### Screenshots
3232
<!-- Please add screenshots to help explain your problem if applicable.-->
3333

34-
#### .khi files (Optional)
34+
### .khi files (Optional)
3535
<!-- If possible, please attach the .khi file.-->
3636

37-
### Environments
37+
## Environments
3838

3939
* [Image version](https://github.com/GoogleCloudPlatform/khi/pkgs/container/khi) used : <FILL_HERE>
4040
* [ ] I use the latest Chrome when I observed this issue

.github/ISSUE_TEMPLATE/feature-request-🚀.md renamed to .github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ assignees: ''
77

88
---
99

10-
### Is your feature request related to a problem? Please describe
10+
## Is your feature request related to a problem? Please describe
1111
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]-->
1212

13-
### Describe the solution you'd like
13+
## Describe the solution you'd like
1414
<!--A clear and concise description of what you want to happen.-->
1515

16-
### Describe alternatives you've considered
16+
## Describe alternatives you've considered
1717
<!--A clear and concise description of any alternative solutions or features you've considered.-->
1818

19-
### Additional context
19+
## Additional context
2020
<!--Add any other context or screenshots about the feature request here.-->

.github/workflows/pr-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Run markdownlint
31-
uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # 19.1.0
31+
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # 19.1.0
3232

3333
backend-tests:
3434
runs-on: ubuntu-latest

package-lock.json

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"copyright": "Copyright 2025 Google LLC",
77
"private": true,
88
"devDependencies": {
9-
"markdownlint-cli2": "^0.17.2"
9+
"markdownlint-cli2": "^0.19.0"
1010
}
1111
}

0 commit comments

Comments
 (0)