Address inaccurate project details from TAC report#101
Merged
Conversation
Collaborator
Author
|
Changes to be reviewed in: |
joshbainbridge
force-pushed
the
address-report-issues
branch
from
July 1, 2026 19:57
80944ca to
24e46e6
Compare
The ASWF TAC provided a report identifying inaccurate and inconsistent organizational details across the project's documentation. These hurt the project's vital-files health rating, listed a personal email as the security contact, and gave a misleading impression of TSC activity through a near-empty meetings directory. This resolves those issues and consolidates where governance information lives, aligning the docs with the binding Technical Charter. Key changes: - Set the security contact in SECURITY.md and SUPPORT.md to the private TSC mailing list openqmc-tsc-private@lists.aswf.io. - Align GOVERNANCE.md with the charter by replacing the Lead model with a Technical Steering Committee (TSC) and TSC Chair model, and add the current TSC roster. - Remove redundant placeholder process files (tsc/process/security.md, release.md and deprecation.md) that duplicated root files or held only unfilled template text. - Delete the tsc/meetings directory and document the Confluence space on the README as the home for meeting notes. - Inline the committer list into CONTRIBUTING.md per charter section 2.b and remove COMMITTERS.csv, updating all references. - Add to README a short governance pointer and an additional link to the Confluence meeting-notes link. - Update tsc/process/codereview.md file to reflect current working practice of the project. Closes #99 Signed-off-by: Josh Bainbridge <josh.bainbridge@gmail.com>
joshbainbridge
force-pushed
the
address-report-issues
branch
from
July 9, 2026 10:41
24e46e6 to
af844cf
Compare
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.
The ASWF TAC provided a report identifying inaccurate and inconsistent organizational details across the project's documentation. These hurt the project's vital-files health rating, listed a personal email as the security contact, and gave a misleading impression of TSC activity through a near-empty meetings directory.
This resolves those issues and consolidates where governance information lives, aligning the docs with the binding Technical Charter.
Key changes:
Closes #99