chore: sync community files#11
Open
albert20260301 wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
@fvaleye could you review this? I picked you because this is the Python SDK and your stack covers Python; the touched files have no core-team ownership signal. CI is pending on the newly opened PR. The review focus is that the two shared community documents exactly match the managed templates and do not affect SDK behavior. |
Contributor
Author
|
@fvaleye this documentation-only synchronization PR has remained green and review-gated for four days. Could you review it when you have a slot? It only aligns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CODE_OF_CONDUCT.mdwith the shared Contributor Covenant templateSECURITY.mdwith the shared security-reporting templateImpact
This is a documentation-only consistency change. It does not modify the SDK API, runtime behavior, packaging, or public release surface.
The same managed files are already aligned in
altertable-lakehouse-ruby,altertable-lakehouse-go, andaltertable-lakehouse-js; the broader sync audit is tracked separately for repositories with larger drift.Validation
git diff --checknpx --yes rumdl check --disable MD013,MD034 CODE_OF_CONDUCT.md SECURITY.mdnpx --yes markdown-link-check CODE_OF_CONDUCT.md SECURITY.md(7/7 links valid)The local runner does not include Poetry or the repository's Python dev dependencies, so
poetry run ruff check .andpoetry run pytestcould not run locally. This documentation-only change will receive the repository's normal CI validation.