From ffaef5cb158d3b66df92e6bb40881b6c566e20d7 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 23 Nov 2025 22:53:39 +0000 Subject: [PATCH] fix(readme): Clarify contribution agreement requirement in README --- changelog.md | 5 +++++ readme.md | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 6674766..5867e8e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-11-23 - 5.0.2 - fix(readme) +Clarify contribution agreement requirement in README + +- Updated the Issue Reporting and Security section in readme.md to make it explicit that developers must sign and comply with the contribution agreement (and complete identification) before obtaining a code.foss.global account to submit pull requests. + ## 2025-11-23 - 5.0.1 - fix(docs) Clarify README wording about S3 compatibility and AWS SDK usage diff --git a/readme.md b/readme.md index 36daa60..64bf881 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ ## Issue Reporting and Security -For reporting bugs, issues, or security vulnerabilities, please visit [community.foss.global/](https://community.foss.global/). This is the central community hub for all issue reporting. Developers who want to sign a contribution agreement and go through identification can also get a [code.foss.global/](https://code.foss.global/) account to submit Pull Requests directly. +For reporting bugs, issues, or security vulnerabilities, please visit [community.foss.global/](https://community.foss.global/). This is the central community hub for all issue reporting. Developers who sign and comply with our contribution agreement and go through identification can also get a [code.foss.global/](https://code.foss.global/) account to submit Pull Requests directly. ## 📦 Installation diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 01813bb..878143c 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smarts3', - version: '5.0.1', + version: '5.0.2', description: 'A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.' }