#1238 deploy governing doc - #1242
Open
kennethshsu wants to merge 9 commits into
Open
Conversation
kennethshsu
requested review from
genedan,
henrydingliu and
jbogaardt
as code owners
August 28, 2026 23:56
kennethshsu
marked this pull request as draft
August 28, 2026 23:56
Pyright Type CompletenessView the full Project (full
Other symbols referenced but not exported by
Symbols without documentation:
Patch (exported symbols added or changed by this PR): no exported symbol type-completeness changes detected. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1242 +/- ##
=======================================
Coverage 91.70% 91.70%
=======================================
Files 93 93
Lines 5438 5438
Branches 699 699
=======================================
Hits 4987 4987
Misses 327 327
Partials 124 124
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
kennethshsu
marked this pull request as ready for review
August 29, 2026 04:37
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 of Changes
Straight deployment of the governing doc and converted into a MD file
Related GitHub Issue(s)
Closes #1238
Additional Context for Reviewers
No words changed from the GDocs' version, except:
Checklist
uv run pytest) and documentation changes (uv run --directory docs jb build . --builder=custom --custom-builder=doctest)Note
Low Risk
Documentation-only change with no runtime, API, or CI behavior changes; future PRs may be held to new stated governance requirements.
Overview
Adds
docs/library/governance.mdto the doc site as the official Governing Doc for chainladder-python under CAS OSPWG, covering governance roles, maintainer eligibility and voting, development standards (Pandas/sklearn/Ruff), contribution workflow (branching, PR prefixes, AI disclosure, review/CI, emergency hotfixes), releases (semver, PyPI/conda publishing), security, citation, and code of conduct.docs/_toc.ymlnow lists the page under the library About section (ahead of usage and contributing). Compared to the source Google Doc, this PR adds a link tocontributing.mdin the dev-environment section and drops a TDD TODO from Review Principles.Reviewed by Cursor Bugbot for commit 4872412. Bugbot is set up for automated code reviews on this repo. Configure here.