From e11becf041d634e4d25b041456e267d8d34790e7 Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Wed, 1 Jul 2026 13:24:00 +0200 Subject: [PATCH 1/2] Add note on follow-up issues for project stages Added a note about follow-up issues for software projects at 'Incubating' or 'Graduated' stages, including links to relevant templates. --- docs/governance/Software-Projects/Contribution.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/governance/Software-Projects/Contribution.md b/docs/governance/Software-Projects/Contribution.md index 0a18451e..ab00822b 100644 --- a/docs/governance/Software-Projects/Contribution.md +++ b/docs/governance/Software-Projects/Contribution.md @@ -46,6 +46,8 @@ Draft a proposal to be reviewed by the FINOS team. Please use the available temp - [Open source software project](https://github.com/finos/community/issues/new?template=software_project_contribution.yml) - [Open standard / specification project](https://github.com/finos/community/issues/new?template=standards_project_contribution.yml) - [Special Interest Group](https://github.com/finos/community/issues/new?template=special_interest_group_contribution.yml) + +*\*Note:* For software projects if you select the "Incubating" or "Graduated" stage, you will be asked to complete a follow-up issue containing stage-specific criteria, utilizing either the [Project Incubation](https://github.com/finos/community/issues/new?template=project_incubation.yml) or [Project Graduation](https://github.com/finos/community/issues/new?template=project_graduation.yml) forms.* This will create a new issue on the [FINOS Community Repository](https://github.com/finos/community/issues) and kick off the process. The proposal is meant to cover the following: From 2212d3794d032c48abd22b5374c1e3fae5c4d46b Mon Sep 17 00:00:00 2001 From: Juan Estrella Date: Wed, 1 Jul 2026 13:26:01 +0200 Subject: [PATCH 2/2] Fix formatting of contribution note for software projects Removed unnecessary asterisk from note about software project stages. --- docs/governance/Software-Projects/Contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/governance/Software-Projects/Contribution.md b/docs/governance/Software-Projects/Contribution.md index ab00822b..e19a00a9 100644 --- a/docs/governance/Software-Projects/Contribution.md +++ b/docs/governance/Software-Projects/Contribution.md @@ -47,7 +47,7 @@ Draft a proposal to be reviewed by the FINOS team. Please use the available temp - [Open standard / specification project](https://github.com/finos/community/issues/new?template=standards_project_contribution.yml) - [Special Interest Group](https://github.com/finos/community/issues/new?template=special_interest_group_contribution.yml) -*\*Note:* For software projects if you select the "Incubating" or "Graduated" stage, you will be asked to complete a follow-up issue containing stage-specific criteria, utilizing either the [Project Incubation](https://github.com/finos/community/issues/new?template=project_incubation.yml) or [Project Graduation](https://github.com/finos/community/issues/new?template=project_graduation.yml) forms.* +*Note:* For software projects if you select the "Incubating" or "Graduated" stage, you will be asked to complete a follow-up issue containing stage-specific criteria, utilizing either the [Project Incubation](https://github.com/finos/community/issues/new?template=project_incubation.yml) or [Project Graduation](https://github.com/finos/community/issues/new?template=project_graduation.yml) forms. This will create a new issue on the [FINOS Community Repository](https://github.com/finos/community/issues) and kick off the process. The proposal is meant to cover the following: