Docs: Update _index.md to use more appropriate grammar#8484
Docs: Update _index.md to use more appropriate grammar#8484aaron-prindle merged 1 commit intoGoogleContainerTools:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
Codecov Report
@@ Coverage Diff @@
## main #8484 +/- ##
==========================================
- Coverage 70.48% 65.21% -5.27%
==========================================
Files 515 602 +87
Lines 23150 29886 +6736
==========================================
+ Hits 16317 19491 +3174
- Misses 5776 8923 +3147
- Partials 1057 1472 +415
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
aaron-prindle
left a comment
There was a problem hiding this comment.
Thanks for the fix here @GLStephen! The one failing test is around the commit message, for future information - skaffold uses the ConventionalCommit standard and has a test around commit messages having a format with a category prefix such as docs: in this case:
docs: Update _index.md to use more appropriate grammar
I can change the commit message when I merge so I can merge this, just a heads up on any future PRs. Thanks!
This is just a simple grammar fix.