chore: fix OSPO compliance issues - #9
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the repository's documentation and licensing files. Specifically, it updates CONTRIBUTING.md with guidelines on how to contribute, changes the LICENSE file to Google Cloud Terms of Service, and adds a disclaimer to README.md regarding the Google Open Source Software Vulnerability Rewards Program. The review feedback correctly points out a contradiction in CONTRIBUTING.md, where instructions on how to contribute are added while still stating that the project does not accept contributions.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| @@ -1,5 +1,33 @@ | |||
| # How to contribute | |||
There was a problem hiding this comment.
There is a direct contradiction in this file. The newly added # How to contribute header and the subsequent sections about signing the CLA and the contribution process (lines 5-33) conflict with line 3, which states THIS PROJECT DOES NOT ACCEPT PATCHES OR CONTRIBUTIONS..
If this repository is open to external contributions, please remove the line stating that contributions are not accepted. If it remains closed to contributions, please revert these additions or use the appropriate non-contribution template.
This automated PR addresses OSPO compliance requirements for the
bigquery-information-schemablock repository.Changes included:
README.md.LICENSEfile (containing verbatim Google Cloud Terms of Service) matching the repository's creation year from git history.CONTRIBUTING.mdfile with CLA links.