From 0d0c685829e30b7f098e8761bfba395c7b3e048e Mon Sep 17 00:00:00 2001 From: DeleiGuo Date: Sat, 29 Aug 2026 15:50:04 +0800 Subject: [PATCH 1/5] docs: update brand logos to use Apache official URLs - Replace local brand logo images with official Apache Project logo URLs - Update download links for SVG and PNG formats to Apache's logo resources - Add note about availability of all brand logos at Apache Project Logos page - Adjust logo references in main and Chinese documentation files - Update site config images to use the official Apache logo URLs - Provide separate dark mode logo URL in navbar configuration --- website/community/brand.md | 10 ++++++---- website/docusaurus.config.js | 6 +++--- .../current/brand.md | 10 ++++++---- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/website/community/brand.md b/website/community/brand.md index bcb3392ce..4d2deb513 100644 --- a/website/community/brand.md +++ b/website/community/brand.md @@ -20,14 +20,16 @@ title: 'Brand' - limitations under the License. --> +All brand logos can be downloaded from the [Apache Project Logos](https://apache.org/logos/?#fesod). + ## Logo -![logo](/img/logo/fesod-logo-icon.svg) +![logo](https://www.apache.org/logos/originals/fesod-3.svg) -Download: [SVG](/img/logo/fesod-logo-icon.svg) | [PNG](/img/logo/fesod-logo-icon.png) +Download: [SVG](https://www.apache.org/logos/originals/fesod-3.svg) | [PNG](https://www.apache.org/logos/originals/fesod-3.svg) ## Brand Logo -![logo](/img/logo/fesod-logo.svg) +![logo](https://www.apache.org/logos/originals/fesod-1.svg) -Download: [SVG](/img/logo/fesod-logo.svg) | [PNG](/img/logo/fesod-logo.png) +Download: [SVG](https://www.apache.org/logos/originals/fesod-1.svg) | [PNG](https://www.apache.org/logos/res/fesod/fesod-1.png) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 02a3b3496..ba9b58af8 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -89,13 +89,13 @@ const config = { 'docusaurus-plugin-matomo' ], themeConfig: ({ - image: 'img/logo.svg', + image: 'https://www.apache.org/logos/originals/fesod-1.svg', navbar: { title: '', logo: { alt: '', - src: 'img/logo/fesod-logo.svg', - srcDark: 'img/logo/fesod-logo-white.svg', + src: 'https://www.apache.org/logos/originals/fesod-1.svg', + srcDark: 'https://www.apache.org/logos/originals/fesod-2.svg', }, items: [ { diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md index 41318d015..b05c5e7bb 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md @@ -20,14 +20,16 @@ title: '品牌' - limitations under the License. --> +所有的品牌 Logo 均在 [Apache Project Logos](https://apache.org/logos/?#fesod)。 + ## Logo -![logo](/img/logo/fesod-logo-icon.svg) +![logo](https://www.apache.org/logos/originals/fesod-3.svg) -点击下载: [SVG](/img/logo/fesod-logo-icon.svg) | [PNG](/img/logo/fesod-logo-icon.png) +点击下载: [SVG](https://www.apache.org/logos/originals/fesod-3.svg) | [PNG](https://www.apache.org/logos/originals/fesod-3.svg) ## 品牌 Logo -![logo](/img/logo/fesod-logo.svg) +![logo](https://www.apache.org/logos/originals/fesod-1.svg) -点击下载: [SVG](/img/logo/fesod-logo.svg) | [PNG](/img/logo/fesod-logo.png) +点击下载: [SVG](https://www.apache.org/logos/originals/fesod-1.svg) | [PNG](https://www.apache.org/logos/res/fesod/fesod-1.png) From d335bac90d830e01e7bbe3b67cf05353bd28c733 Mon Sep 17 00:00:00 2001 From: DeleiGuo Date: Sat, 29 Aug 2026 15:50:17 +0800 Subject: [PATCH 2/5] docs: update maturity assessment format and status details --- website/community/maturity.md | 110 +++++++++--------- .../current/maturity.md | 110 +++++++++--------- 2 files changed, 110 insertions(+), 110 deletions(-) diff --git a/website/community/maturity.md b/website/community/maturity.md index 5db1d7e69..0d5e4e4b6 100644 --- a/website/community/maturity.md +++ b/website/community/maturity.md @@ -28,7 +28,7 @@ More details can be found [Apache Project Maturity Model](https://community.apac ## Status of this assessment -This assessment is evaluated during Fesod's Incubating. +This assessment is evaluated during Apache Fesod's Incubating. ## Maturity model assessment @@ -36,78 +36,78 @@ The following table is filled according to the [Apache Maturity Model](https://c ### Code -| **ID** | **Description** | **Status** | -|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **CD10** | The project produces Open Source software for distribution to the public, at no charge. | **YES** The project source code is licensed under the `Apache License 2.0`. | -| **CD20** | Anyone can easily discover and access the project's code. | **YES** The [official website](https://fesod.apache.org/) includes `GitHub` link which can access the project's repository on GitHub directly. | -| **CD30** | Anyone using standard, widely-available tools, can build the code in a reproducible way. | **YES** Apache Fesod (Incubating) provide `how-to-build` document for every component to tell user how to compile on bare metal, such as the [core's](https://github.com/apache/fesod/blob/main/CONTRIBUTING.md). | -| **CD40** | The full history of the project's code is available via a source code control system, in a way that allows anyone to recreate any released version. | **YES** It depends on git, and anyone can view the full history of the project via commit logs. | -| **CD50** | The source code control system establishes the provenance of each line of code in a reliable way, based on strong authentication of the committer. When third parties contribute code, commit messages provide reliable information about the code provenance. | **YES** The project uses GitHub and managed by Apache Infra, it ensuring provenance of each line of code to a committer. And the third-party contributions are accepted in accordance with the contributing guides. | +| **ID** | **Description** | **Status** | **Remark** | +|:--------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **CD10** | The project produces Open Source software for distribution to the public, at no charge. | **YES** :white_check_mark: | The project source code is licensed under the `Apache License 2.0`. | +| **CD20** | Anyone can easily discover and access the project's code. | **YES** :white_check_mark: | The [official website](https://fesod.apache.org/) includes `GitHub` link which can access the project's repository on GitHub directly. | +| **CD30** | Anyone using standard, widely-available tools, can build the code in a reproducible way. | **YES** :white_check_mark: | Apache Fesod (Incubating) provide [The Code Contribution](https://fesod.apache.org/community/contribution/contribute-code) document for every component to tell user how to compile on bare metal. | +| **CD40** | The full history of the project's code is available via a source code control system, in a way that allows anyone to recreate any released version. | **YES** :white_check_mark: | It depends on git, and anyone can view the full history of the project via commit logs. | +| **CD50** | The source code control system establishes the provenance of each line of code in a reliable way, based on strong authentication of the committer. When third parties contribute code, commit messages provide reliable information about the code provenance. | **YES** :white_check_mark: | The project uses [GitHub](https://github.com/apache/fesod) and managed by Apache Infra, it ensuring provenance of each line of code to a committer. And the third-party contributions are accepted in accordance with the contributing guides. | ### Licenses and Copyright -| **ID** | **Description** | **Status** | -|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **LC10** | The Apache License, version 2.0, covers the released code. | **YES** The [LICENSE](https://github.com/apache/fesod/blob/main/LICENSE) is in GitHub repository. And all source files are with APLv2 header, checked by `korandoru/hawkeye@v6`. | -| **LC20** | Libraries that are mandatory dependencies of the project's code do not create more restrictions than the Apache License does. | **YES** All dependencies are listed. | -| **LC30** | The libraries mentioned in LC20 are available as Open Source software. | **YES** All dependencies are listed are available as Open Source software | -| **LC40** | Committers are bound by an Individual Contributor Agreement (the "Apache iCLA") that defines which code they may commit and how they need to identify code that is not their own. | **YES** All committers have iCLAs. | -| **LC50** | The project clearly defines and documents the copyright ownership of everything that the project produces. | **YES** And all source files are with APLv2 header, checked by `korandoru/hawkeye@v6`. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|----------------------------------------------------------------------------------------------------------------------------------------------------| +| **LC10** | The Apache License, version 2.0, covers the released code. | **YES** :white_check_mark: | The [LICENSE](https://github.com/apache/fesod/blob/main/LICENSE) is in GitHub repository. And all source files are with Apache License 2.0 header. | +| **LC20** | Libraries that are mandatory dependencies of the project's code do not create more restrictions than the Apache License does. | **YES** :white_check_mark: | All dependencies are listed. | +| **LC30** | The libraries mentioned in LC20 are available as Open Source software. | **YES** :white_check_mark: | All dependencies are listed are available as Open Source software. | +| **LC40** | Committers are bound by an Individual Contributor Agreement (the "Apache iCLA") that defines which code they may commit and how they need to identify code that is not their own. | **YES** :white_check_mark: | All the committers have submitted and signed the Apache iCLA. | +| **LC50** | The project clearly defines and documents the copyright ownership of everything that the project produces. | **YES** :white_check_mark: | And all source files are with Apache License 2.0 header. | ### Releases -| **ID** | **Description** | **Status** | -|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **RE10** | Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term. | **NO** Source release is distributed via [dist.apache.org](https://dist.apache.org/repos/dist/release/fesod/) and linked from [download page](https://fesod.apache.org/docs/download/). | -| **RE20** | The project's PPMC (Project Management Committee, see CS10) approves each software release in order to make the release an act of the Foundation. | **NO** All releases have been voted at and , and have at least 3 PPMC member's votes. | -| **RE30** | Releases are signed and/or distributed along with digests that anyone can reliably use to validate the downloaded archives. | **NO** All releases are signed, and the [KEYS](https://dist.apache.org/repos/dist/release/fesod/KEYS) are available. | -| **RE40** | The project can distribute convenience binaries alongside source code, but they are not Apache Releases, they are provided with no guarantee. | **NO** User can easily build binaries from source code, and we do not provide binaries as Apache Releases. | -| **RE50** | The project documents a repeatable release process so that someone new to the project can independently generate the complete set of artifacts required for a release. | **NO** We can follow the [Release guide](https://fesod.apache.org/community/release/release-version/) to make a new Apache Fesod (Incubating) release, and so far we had 0 different release managers. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **RE10** | Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term. | **YES** :white_check_mark: | Source release is distributed via [dist.apache.org](https://dist.apache.org/repos/dist/release/fesod/) and linked from [download page](https://fesod.apache.org/docs/download/). | +| **RE20** | The project's PMC (Project Management Committee, see CS10) approves each software release in order to make the release an act of the Foundation. | **YES** :white_check_mark: | All releases have been voted at and , and have at least 3 PPMC member's votes. | +| **RE30** | Releases are signed and/or distributed along with digests that anyone can reliably use to validate the downloaded archives. | **YES** :white_check_mark: | All releases are signed, and the [KEYS](https://downloads.apache.org/incubator/fesod/KEYS) are available. | +| **RE40** | The project can distribute convenience binaries alongside source code, but they are not Apache Releases, they are provided with no guarantee. | **YES** :white_check_mark: | User can easily build binaries from source code, and we do not provide binaries as Apache Releases. | +| **RE50** | The project documents a repeatable release process so that someone new to the project can independently generate the complete set of artifacts required for a release. | **YES** :white_check_mark: | We can follow the [Release guide](https://fesod.apache.org/community/release/release-version/) to make a new Apache Fesod (Incubating) release, and so far we had 3 different release managers. | ### Quality -| **ID** | **Description** | **Status** | -|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **QU10** | The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated. | **YES** We encourage user to [report issues](https://github.com/apache/fesod/issues). | -| **QU20** | The project puts a very high priority on producing secure software. | **YES** All security issues will be addressed within 3 days. | -| **QU30** | The project provides a well-documented, secure and private channel to report security issues, along with a documented way of responding to them. | **YES** The official website provides a [security page](https://fesod.apache.org/community/security/) | -| **QU40** | The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features. | **Yes** We follow semantic versions. As long as it's within one major version, it's backward compatible. And when any breaking changes added, we provide corresponding upgrade guides. | -| **QU50** | The project strives to respond to documented bug reports in a timely manner. | **YES** The project has resolved 200+ issues and 2s00+ pull requests so far, with very prompt response. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **QU10** | The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated. | **YES** :white_check_mark: | We encourage user to [report issues](https://github.com/apache/fesod/issues). | +| **QU20** | The project puts a very high priority on producing secure software. | **YES** :white_check_mark: | All security issues will be addressed within 3 days. | +| **QU30** | The project provides a well-documented, secure and private channel to report security issues, along with a documented way of responding to them. | **YES** :white_check_mark: | The official website provides a [security page](https://fesod.apache.org/community/security/) | +| **QU40** | The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features. | **Yes** :white_check_mark: | We follow semantic versions. As long as it's within one major version, it's backward compatible. And when any breaking changes added, we provide corresponding upgrade guides. | +| **QU50** | The project strives to respond to documented bug reports in a timely manner. | **YES** :white_check_mark: | The project has resolved 300+ issues and 500+ pull requests so far, with very prompt response. | ### Community -| **ID** | **Description** | **Status** | -|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **CO10** | The project has a well-known homepage that points to all the information required to operate according to this maturity model. | **YES** The [official website](https://fesod.apache.org/) includes all information user need to run Apache Fesod (Incubating). | -| **CO20** | The community welcomes contributions from anyone who acts in good faith and in a respectful manner, and who adds value to the project. | **Yes** We provide contributing guides for every component. And we also have a [general contributing guide](https://github.com/apache/fesod/blob/main/CONTRIBUTING.md) | -| **CO30** | Contributions include source code, documentation, constructive bug reports, constructive discussions, marketing and generally anything that adds value to the project. | **YES** All good contributions including code and non-code are welcomed. | -| **CO40** | The community strives to be meritocratic and gives more rights and responsibilities to contributors who, over time, add value to the project. | **NO** The community has elected 0 new PPMC members and 0 new committers so far. | -| **CO50** | The project documents how contributors can earn more rights such as commit access or decision power, and applies these principles consistently. | **YES** The community has clear docs on nominating committers and PPMC members. | -| **CO60** | The community operates based on consensus of its members (see CS10) who have decision power. Dictators, benevolent or not, are not welcome in Apache projects. | **YES** All decisions are made after vote by community members. | -| **CO70** | The project strives to answer user questions in a timely manner. | **YES** We use , [GitHub issue](https://github.com/apache/fesod/issues) and [GitHub discussion](https://github.com/apache/fesod/discussions) to do this in a timely manner. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **CO10** | The project has a well-known homepage that points to all the information required to operate according to this maturity model. | **YES** :white_check_mark: | The [official website](https://fesod.apache.org/) includes all information user need to run Apache Fesod (Incubating). | +| **CO20** | The community welcomes contributions from anyone who acts in good faith and in a respectful manner, and who adds value to the project. | **YES** :white_check_mark: | We provide contributing guides for every component. And we also have a [general contributing guide](https://github.com/apache/fesod/blob/main/CONTRIBUTING.md) | +| **CO30** | Contributions include source code, documentation, constructive bug reports, constructive discussions, marketing and generally anything that adds value to the project. | **YES** :white_check_mark: | All good contributions including code and non-code are welcomed. | +| **CO40** | The community strives to be meritocratic and gives more rights and responsibilities to contributors who, over time, add value to the project. | **NO** :warning: | The community has elected **0** new PPMC members and **2** new committers so far. | +| **CO50** | The project documents how contributors can earn more rights such as commit access or decision power, and applies these principles consistently. | **YES** :white_check_mark: | The community has clear [documents](https://fesod.apache.org/community/pmc/nominate-committer) on nominating committers and PPMC members. | +| **CO60** | The community operates based on consensus of its members (see CS10) who have decision power. Dictators, benevolent or not, are not welcome in Apache projects. | **YES** :white_check_mark: | All decisions are made after vote by community members. | +| **CO70** | The project strives to answer user questions in a timely manner. | **YES** :white_check_mark: | We use , [GitHub issue](https://github.com/apache/fesod/issues) and [GitHub discussion](https://github.com/apache/fesod/discussions) to do this in a timely manner. | ### Consensus Building -| **ID** | **Description** | **Status** | -|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------| -| **CS10** | The project maintains a public list of its contributors who have decision power. The project's PPMC (Project Management Committee) consists of those contributors. | **Yes** See [members](https://fesod.apache.org/team) with all PPMC members and committers. | -| **CS20** | Decisions require a consensus among PPMC members and are documented on the project's main communications channel. The PPMC takes community opinions into account, but the PPMC has the final word. | **YES** All decisions are made by votes on , and with at least 3 +1 votes from PPMC. | -| **CS30** | The project uses documented voting rules to build consensus when discussion is not sufficient. | **YES** The project uses the standard ASF voting rules. | -| **CS40** | In Apache projects, vetoes are only valid for code commits. The person exercising the veto must justify it with a technical explanation, as per the Apache voting rules defined in CS30. | **YES** Apache Fesod (Incubating) community has not used the veto power yet except for code commits. | -| **CS50** | All "important" discussions happen asynchronously in written form on the project's main communications channel. Offline, face-to-face or private discussions that affect the project are also documented on that channel. | **YES** All important discussions and conclusions are recorded in written form. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|----------------------------------------------------------------------------------------------------| +| **CS10** | The project maintains a public list of its contributors who have decision power. The project's PMC (Project Management Committee) consists of those contributors. | **YES** :white_check_mark: | See [members](https://fesod.apache.org/team) with all PPMC members and committers. | +| **CS20** | Decisions require a consensus among PMC members and are documented on the project's main communications channel. The PMC takes community opinions into account, but the PMC has the final word. | **YES** :white_check_mark: | All decisions are made by votes on , and with at least 3 +1 votes from PPMC. | +| **CS30** | The project uses documented voting rules to build consensus when discussion is not sufficient. | **YES** :white_check_mark: | The project uses the standard ASF voting rules. | +| **CS40** | In Apache projects, vetoes are only valid for code commits. The person exercising the veto must justify it with a technical explanation, as per the Apache voting rules defined in CS30. | **YES** :white_check_mark: | Apache Fesod (Incubating) community has not used the veto power yet except for code commits. | +| **CS50** | All "important" discussions happen asynchronously in written form on the project's main communications channel. Offline, face-to-face or private discussions that affect the project are also documented on that channel. | **YES** :white_check_mark: | All important discussions and conclusions are recorded in written form. | ### Independence -| **ID** | **Description** | **Status** | -|----------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **IN10** | The project is independent from any corporate or organizational influence. | **YES** The PPMC members and committer of Apache Fesod (Incubating) are from several different companies, and majority of them are NOT From the company that donated this project. | -| **IN20** | Contributors act as themselves, not as representatives of a corporation or organization. | **YES** The contributors act on their own initiative without representing a corporation or organization. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|------------------------------------------------------------------------------------------|:--------------------------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **IN10** | The project is independent from any corporate or organizational influence. | **YES** :white_check_mark: | The PPMC members and committer of Apache Fesod (Incubating) are from several different companies, and majority of them are not from the company that donated this project. | +| **IN20** | Contributors act as themselves, not as representatives of a corporation or organization. | **YES** :white_check_mark: | The contributors act on their own initiative without representing a corporation or organization. | ### Trademark and Branding -| **ID** | **Description** | **Status** | -|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------| -| **TB10** | The project uses "Apache Fesod™" as the project and software product name consistently, with appropriate trademark attributions. | **YES** The project uses appropriately the trademark symbol. | -| **IB20** | The project's primary homepage is at projectname.apache.org. When exceptions exist to use alternate domains for any purpose, any non-apache.org domain names are owned by the ASF. | **YES** The project's homepage is at [fesod.apache.org](https://fesod.apache.org/). | -| **IB30** | The ASF has trademark rights, including any registrations, to the project name, logo, and any other major branding elements. | **YES** ASF has the trademark rights | -| **IB40** | The project monitors for any major misuses of their project's brand by others, and reports any potential misuses to Brand Management. | **YES** The PPMC members have already addressed misuses. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|-----------------------------------------------------------------------------| +| **TB10** | The project uses "Apache Fesod™" as the project and software product name consistently, with appropriate trademark attributions. | **YES** :white_check_mark: | The project uses appropriately the trademark symbol. | +| **TB20** | The project's primary homepage is at `projectname.apache.org`. When exceptions exist to use alternate domains for any purpose, any `non-apache.org` domain names are owned by the ASF. | **YES** :white_check_mark: | The project's homepage is at [fesod.apache.org](https://fesod.apache.org/). | +| **TB30** | The ASF has trademark rights, including any registrations, to the project name, logo, and any other major branding elements. | **YES** :white_check_mark: | ASF has the trademark rights. | +| **TB40** | The project monitors for any major misuses of their project's brand by others, and reports any potential misuses to Brand Management. | **YES** :white_check_mark: | The PPMC members have already addressed misuses. | diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md index 5db1d7e69..0d5e4e4b6 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md @@ -28,7 +28,7 @@ More details can be found [Apache Project Maturity Model](https://community.apac ## Status of this assessment -This assessment is evaluated during Fesod's Incubating. +This assessment is evaluated during Apache Fesod's Incubating. ## Maturity model assessment @@ -36,78 +36,78 @@ The following table is filled according to the [Apache Maturity Model](https://c ### Code -| **ID** | **Description** | **Status** | -|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **CD10** | The project produces Open Source software for distribution to the public, at no charge. | **YES** The project source code is licensed under the `Apache License 2.0`. | -| **CD20** | Anyone can easily discover and access the project's code. | **YES** The [official website](https://fesod.apache.org/) includes `GitHub` link which can access the project's repository on GitHub directly. | -| **CD30** | Anyone using standard, widely-available tools, can build the code in a reproducible way. | **YES** Apache Fesod (Incubating) provide `how-to-build` document for every component to tell user how to compile on bare metal, such as the [core's](https://github.com/apache/fesod/blob/main/CONTRIBUTING.md). | -| **CD40** | The full history of the project's code is available via a source code control system, in a way that allows anyone to recreate any released version. | **YES** It depends on git, and anyone can view the full history of the project via commit logs. | -| **CD50** | The source code control system establishes the provenance of each line of code in a reliable way, based on strong authentication of the committer. When third parties contribute code, commit messages provide reliable information about the code provenance. | **YES** The project uses GitHub and managed by Apache Infra, it ensuring provenance of each line of code to a committer. And the third-party contributions are accepted in accordance with the contributing guides. | +| **ID** | **Description** | **Status** | **Remark** | +|:--------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **CD10** | The project produces Open Source software for distribution to the public, at no charge. | **YES** :white_check_mark: | The project source code is licensed under the `Apache License 2.0`. | +| **CD20** | Anyone can easily discover and access the project's code. | **YES** :white_check_mark: | The [official website](https://fesod.apache.org/) includes `GitHub` link which can access the project's repository on GitHub directly. | +| **CD30** | Anyone using standard, widely-available tools, can build the code in a reproducible way. | **YES** :white_check_mark: | Apache Fesod (Incubating) provide [The Code Contribution](https://fesod.apache.org/community/contribution/contribute-code) document for every component to tell user how to compile on bare metal. | +| **CD40** | The full history of the project's code is available via a source code control system, in a way that allows anyone to recreate any released version. | **YES** :white_check_mark: | It depends on git, and anyone can view the full history of the project via commit logs. | +| **CD50** | The source code control system establishes the provenance of each line of code in a reliable way, based on strong authentication of the committer. When third parties contribute code, commit messages provide reliable information about the code provenance. | **YES** :white_check_mark: | The project uses [GitHub](https://github.com/apache/fesod) and managed by Apache Infra, it ensuring provenance of each line of code to a committer. And the third-party contributions are accepted in accordance with the contributing guides. | ### Licenses and Copyright -| **ID** | **Description** | **Status** | -|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **LC10** | The Apache License, version 2.0, covers the released code. | **YES** The [LICENSE](https://github.com/apache/fesod/blob/main/LICENSE) is in GitHub repository. And all source files are with APLv2 header, checked by `korandoru/hawkeye@v6`. | -| **LC20** | Libraries that are mandatory dependencies of the project's code do not create more restrictions than the Apache License does. | **YES** All dependencies are listed. | -| **LC30** | The libraries mentioned in LC20 are available as Open Source software. | **YES** All dependencies are listed are available as Open Source software | -| **LC40** | Committers are bound by an Individual Contributor Agreement (the "Apache iCLA") that defines which code they may commit and how they need to identify code that is not their own. | **YES** All committers have iCLAs. | -| **LC50** | The project clearly defines and documents the copyright ownership of everything that the project produces. | **YES** And all source files are with APLv2 header, checked by `korandoru/hawkeye@v6`. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|----------------------------------------------------------------------------------------------------------------------------------------------------| +| **LC10** | The Apache License, version 2.0, covers the released code. | **YES** :white_check_mark: | The [LICENSE](https://github.com/apache/fesod/blob/main/LICENSE) is in GitHub repository. And all source files are with Apache License 2.0 header. | +| **LC20** | Libraries that are mandatory dependencies of the project's code do not create more restrictions than the Apache License does. | **YES** :white_check_mark: | All dependencies are listed. | +| **LC30** | The libraries mentioned in LC20 are available as Open Source software. | **YES** :white_check_mark: | All dependencies are listed are available as Open Source software. | +| **LC40** | Committers are bound by an Individual Contributor Agreement (the "Apache iCLA") that defines which code they may commit and how they need to identify code that is not their own. | **YES** :white_check_mark: | All the committers have submitted and signed the Apache iCLA. | +| **LC50** | The project clearly defines and documents the copyright ownership of everything that the project produces. | **YES** :white_check_mark: | And all source files are with Apache License 2.0 header. | ### Releases -| **ID** | **Description** | **Status** | -|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **RE10** | Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term. | **NO** Source release is distributed via [dist.apache.org](https://dist.apache.org/repos/dist/release/fesod/) and linked from [download page](https://fesod.apache.org/docs/download/). | -| **RE20** | The project's PPMC (Project Management Committee, see CS10) approves each software release in order to make the release an act of the Foundation. | **NO** All releases have been voted at and , and have at least 3 PPMC member's votes. | -| **RE30** | Releases are signed and/or distributed along with digests that anyone can reliably use to validate the downloaded archives. | **NO** All releases are signed, and the [KEYS](https://dist.apache.org/repos/dist/release/fesod/KEYS) are available. | -| **RE40** | The project can distribute convenience binaries alongside source code, but they are not Apache Releases, they are provided with no guarantee. | **NO** User can easily build binaries from source code, and we do not provide binaries as Apache Releases. | -| **RE50** | The project documents a repeatable release process so that someone new to the project can independently generate the complete set of artifacts required for a release. | **NO** We can follow the [Release guide](https://fesod.apache.org/community/release/release-version/) to make a new Apache Fesod (Incubating) release, and so far we had 0 different release managers. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **RE10** | Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term. | **YES** :white_check_mark: | Source release is distributed via [dist.apache.org](https://dist.apache.org/repos/dist/release/fesod/) and linked from [download page](https://fesod.apache.org/docs/download/). | +| **RE20** | The project's PMC (Project Management Committee, see CS10) approves each software release in order to make the release an act of the Foundation. | **YES** :white_check_mark: | All releases have been voted at and , and have at least 3 PPMC member's votes. | +| **RE30** | Releases are signed and/or distributed along with digests that anyone can reliably use to validate the downloaded archives. | **YES** :white_check_mark: | All releases are signed, and the [KEYS](https://downloads.apache.org/incubator/fesod/KEYS) are available. | +| **RE40** | The project can distribute convenience binaries alongside source code, but they are not Apache Releases, they are provided with no guarantee. | **YES** :white_check_mark: | User can easily build binaries from source code, and we do not provide binaries as Apache Releases. | +| **RE50** | The project documents a repeatable release process so that someone new to the project can independently generate the complete set of artifacts required for a release. | **YES** :white_check_mark: | We can follow the [Release guide](https://fesod.apache.org/community/release/release-version/) to make a new Apache Fesod (Incubating) release, and so far we had 3 different release managers. | ### Quality -| **ID** | **Description** | **Status** | -|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **QU10** | The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated. | **YES** We encourage user to [report issues](https://github.com/apache/fesod/issues). | -| **QU20** | The project puts a very high priority on producing secure software. | **YES** All security issues will be addressed within 3 days. | -| **QU30** | The project provides a well-documented, secure and private channel to report security issues, along with a documented way of responding to them. | **YES** The official website provides a [security page](https://fesod.apache.org/community/security/) | -| **QU40** | The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features. | **Yes** We follow semantic versions. As long as it's within one major version, it's backward compatible. And when any breaking changes added, we provide corresponding upgrade guides. | -| **QU50** | The project strives to respond to documented bug reports in a timely manner. | **YES** The project has resolved 200+ issues and 2s00+ pull requests so far, with very prompt response. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **QU10** | The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated. | **YES** :white_check_mark: | We encourage user to [report issues](https://github.com/apache/fesod/issues). | +| **QU20** | The project puts a very high priority on producing secure software. | **YES** :white_check_mark: | All security issues will be addressed within 3 days. | +| **QU30** | The project provides a well-documented, secure and private channel to report security issues, along with a documented way of responding to them. | **YES** :white_check_mark: | The official website provides a [security page](https://fesod.apache.org/community/security/) | +| **QU40** | The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features. | **Yes** :white_check_mark: | We follow semantic versions. As long as it's within one major version, it's backward compatible. And when any breaking changes added, we provide corresponding upgrade guides. | +| **QU50** | The project strives to respond to documented bug reports in a timely manner. | **YES** :white_check_mark: | The project has resolved 300+ issues and 500+ pull requests so far, with very prompt response. | ### Community -| **ID** | **Description** | **Status** | -|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **CO10** | The project has a well-known homepage that points to all the information required to operate according to this maturity model. | **YES** The [official website](https://fesod.apache.org/) includes all information user need to run Apache Fesod (Incubating). | -| **CO20** | The community welcomes contributions from anyone who acts in good faith and in a respectful manner, and who adds value to the project. | **Yes** We provide contributing guides for every component. And we also have a [general contributing guide](https://github.com/apache/fesod/blob/main/CONTRIBUTING.md) | -| **CO30** | Contributions include source code, documentation, constructive bug reports, constructive discussions, marketing and generally anything that adds value to the project. | **YES** All good contributions including code and non-code are welcomed. | -| **CO40** | The community strives to be meritocratic and gives more rights and responsibilities to contributors who, over time, add value to the project. | **NO** The community has elected 0 new PPMC members and 0 new committers so far. | -| **CO50** | The project documents how contributors can earn more rights such as commit access or decision power, and applies these principles consistently. | **YES** The community has clear docs on nominating committers and PPMC members. | -| **CO60** | The community operates based on consensus of its members (see CS10) who have decision power. Dictators, benevolent or not, are not welcome in Apache projects. | **YES** All decisions are made after vote by community members. | -| **CO70** | The project strives to answer user questions in a timely manner. | **YES** We use , [GitHub issue](https://github.com/apache/fesod/issues) and [GitHub discussion](https://github.com/apache/fesod/discussions) to do this in a timely manner. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **CO10** | The project has a well-known homepage that points to all the information required to operate according to this maturity model. | **YES** :white_check_mark: | The [official website](https://fesod.apache.org/) includes all information user need to run Apache Fesod (Incubating). | +| **CO20** | The community welcomes contributions from anyone who acts in good faith and in a respectful manner, and who adds value to the project. | **YES** :white_check_mark: | We provide contributing guides for every component. And we also have a [general contributing guide](https://github.com/apache/fesod/blob/main/CONTRIBUTING.md) | +| **CO30** | Contributions include source code, documentation, constructive bug reports, constructive discussions, marketing and generally anything that adds value to the project. | **YES** :white_check_mark: | All good contributions including code and non-code are welcomed. | +| **CO40** | The community strives to be meritocratic and gives more rights and responsibilities to contributors who, over time, add value to the project. | **NO** :warning: | The community has elected **0** new PPMC members and **2** new committers so far. | +| **CO50** | The project documents how contributors can earn more rights such as commit access or decision power, and applies these principles consistently. | **YES** :white_check_mark: | The community has clear [documents](https://fesod.apache.org/community/pmc/nominate-committer) on nominating committers and PPMC members. | +| **CO60** | The community operates based on consensus of its members (see CS10) who have decision power. Dictators, benevolent or not, are not welcome in Apache projects. | **YES** :white_check_mark: | All decisions are made after vote by community members. | +| **CO70** | The project strives to answer user questions in a timely manner. | **YES** :white_check_mark: | We use , [GitHub issue](https://github.com/apache/fesod/issues) and [GitHub discussion](https://github.com/apache/fesod/discussions) to do this in a timely manner. | ### Consensus Building -| **ID** | **Description** | **Status** | -|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------| -| **CS10** | The project maintains a public list of its contributors who have decision power. The project's PPMC (Project Management Committee) consists of those contributors. | **Yes** See [members](https://fesod.apache.org/team) with all PPMC members and committers. | -| **CS20** | Decisions require a consensus among PPMC members and are documented on the project's main communications channel. The PPMC takes community opinions into account, but the PPMC has the final word. | **YES** All decisions are made by votes on , and with at least 3 +1 votes from PPMC. | -| **CS30** | The project uses documented voting rules to build consensus when discussion is not sufficient. | **YES** The project uses the standard ASF voting rules. | -| **CS40** | In Apache projects, vetoes are only valid for code commits. The person exercising the veto must justify it with a technical explanation, as per the Apache voting rules defined in CS30. | **YES** Apache Fesod (Incubating) community has not used the veto power yet except for code commits. | -| **CS50** | All "important" discussions happen asynchronously in written form on the project's main communications channel. Offline, face-to-face or private discussions that affect the project are also documented on that channel. | **YES** All important discussions and conclusions are recorded in written form. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|----------------------------------------------------------------------------------------------------| +| **CS10** | The project maintains a public list of its contributors who have decision power. The project's PMC (Project Management Committee) consists of those contributors. | **YES** :white_check_mark: | See [members](https://fesod.apache.org/team) with all PPMC members and committers. | +| **CS20** | Decisions require a consensus among PMC members and are documented on the project's main communications channel. The PMC takes community opinions into account, but the PMC has the final word. | **YES** :white_check_mark: | All decisions are made by votes on , and with at least 3 +1 votes from PPMC. | +| **CS30** | The project uses documented voting rules to build consensus when discussion is not sufficient. | **YES** :white_check_mark: | The project uses the standard ASF voting rules. | +| **CS40** | In Apache projects, vetoes are only valid for code commits. The person exercising the veto must justify it with a technical explanation, as per the Apache voting rules defined in CS30. | **YES** :white_check_mark: | Apache Fesod (Incubating) community has not used the veto power yet except for code commits. | +| **CS50** | All "important" discussions happen asynchronously in written form on the project's main communications channel. Offline, face-to-face or private discussions that affect the project are also documented on that channel. | **YES** :white_check_mark: | All important discussions and conclusions are recorded in written form. | ### Independence -| **ID** | **Description** | **Status** | -|----------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **IN10** | The project is independent from any corporate or organizational influence. | **YES** The PPMC members and committer of Apache Fesod (Incubating) are from several different companies, and majority of them are NOT From the company that donated this project. | -| **IN20** | Contributors act as themselves, not as representatives of a corporation or organization. | **YES** The contributors act on their own initiative without representing a corporation or organization. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|------------------------------------------------------------------------------------------|:--------------------------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **IN10** | The project is independent from any corporate or organizational influence. | **YES** :white_check_mark: | The PPMC members and committer of Apache Fesod (Incubating) are from several different companies, and majority of them are not from the company that donated this project. | +| **IN20** | Contributors act as themselves, not as representatives of a corporation or organization. | **YES** :white_check_mark: | The contributors act on their own initiative without representing a corporation or organization. | ### Trademark and Branding -| **ID** | **Description** | **Status** | -|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------| -| **TB10** | The project uses "Apache Fesod™" as the project and software product name consistently, with appropriate trademark attributions. | **YES** The project uses appropriately the trademark symbol. | -| **IB20** | The project's primary homepage is at projectname.apache.org. When exceptions exist to use alternate domains for any purpose, any non-apache.org domain names are owned by the ASF. | **YES** The project's homepage is at [fesod.apache.org](https://fesod.apache.org/). | -| **IB30** | The ASF has trademark rights, including any registrations, to the project name, logo, and any other major branding elements. | **YES** ASF has the trademark rights | -| **IB40** | The project monitors for any major misuses of their project's brand by others, and reports any potential misuses to Brand Management. | **YES** The PPMC members have already addressed misuses. | +| **ID** | **Description** | **Status** | **Remark** | +|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------:|-----------------------------------------------------------------------------| +| **TB10** | The project uses "Apache Fesod™" as the project and software product name consistently, with appropriate trademark attributions. | **YES** :white_check_mark: | The project uses appropriately the trademark symbol. | +| **TB20** | The project's primary homepage is at `projectname.apache.org`. When exceptions exist to use alternate domains for any purpose, any `non-apache.org` domain names are owned by the ASF. | **YES** :white_check_mark: | The project's homepage is at [fesod.apache.org](https://fesod.apache.org/). | +| **TB30** | The ASF has trademark rights, including any registrations, to the project name, logo, and any other major branding elements. | **YES** :white_check_mark: | ASF has the trademark rights. | +| **TB40** | The project monitors for any major misuses of their project's brand by others, and reports any potential misuses to Brand Management. | **YES** :white_check_mark: | The PPMC members have already addressed misuses. | From 961930abd2695ef25096ad33b80ca6336ae5044e Mon Sep 17 00:00:00 2001 From: DeleiGuo Date: Sat, 29 Aug 2026 17:07:46 +0800 Subject: [PATCH 3/5] docs: fix PNG download link in brand logo documentation --- website/community/brand.md | 2 +- .../docusaurus-plugin-content-docs-community/current/brand.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/community/brand.md b/website/community/brand.md index 4d2deb513..10e86ab96 100644 --- a/website/community/brand.md +++ b/website/community/brand.md @@ -26,7 +26,7 @@ All brand logos can be downloaded from the [Apache Project Logos](https://apache ![logo](https://www.apache.org/logos/originals/fesod-3.svg) -Download: [SVG](https://www.apache.org/logos/originals/fesod-3.svg) | [PNG](https://www.apache.org/logos/originals/fesod-3.svg) +Download: [SVG](https://www.apache.org/logos/originals/fesod-3.svg) | [PNG](https://www.apache.org/logos/res/fesod/fesod-3.png) ## Brand Logo diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md index b05c5e7bb..b7078ed1d 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md @@ -26,7 +26,7 @@ title: '品牌' ![logo](https://www.apache.org/logos/originals/fesod-3.svg) -点击下载: [SVG](https://www.apache.org/logos/originals/fesod-3.svg) | [PNG](https://www.apache.org/logos/originals/fesod-3.svg) +Download: [SVG](https://www.apache.org/logos/originals/fesod-3.svg) | [PNG](https://www.apache.org/logos/res/fesod/fesod-3.png) ## 品牌 Logo From f1c33af8c6b88b349527b15c74da80fc6fb04716 Mon Sep 17 00:00:00 2001 From: DeleiGuo Date: Sat, 29 Aug 2026 17:08:37 +0800 Subject: [PATCH 4/5] docs: translate download link label in brand document --- .../docusaurus-plugin-content-docs-community/current/brand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md index b7078ed1d..194007565 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/brand.md @@ -26,7 +26,7 @@ title: '品牌' ![logo](https://www.apache.org/logos/originals/fesod-3.svg) -Download: [SVG](https://www.apache.org/logos/originals/fesod-3.svg) | [PNG](https://www.apache.org/logos/res/fesod/fesod-3.png) +点击下载: [SVG](https://www.apache.org/logos/originals/fesod-3.svg) | [PNG](https://www.apache.org/logos/res/fesod/fesod-3.png) ## 品牌 Logo From 3e096da217a4101ca1808aed07805489fa33e107 Mon Sep 17 00:00:00 2001 From: DeleiGuo Date: Sat, 29 Aug 2026 17:38:43 +0800 Subject: [PATCH 5/5] fix: correct capitalization of 'yes' in maturity documentation --- website/community/maturity.md | 2 +- .../current/maturity.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/community/maturity.md b/website/community/maturity.md index 0d5e4e4b6..8ea05f45b 100644 --- a/website/community/maturity.md +++ b/website/community/maturity.md @@ -71,7 +71,7 @@ The following table is filled according to the [Apache Maturity Model](https://c | **QU10** | The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated. | **YES** :white_check_mark: | We encourage user to [report issues](https://github.com/apache/fesod/issues). | | **QU20** | The project puts a very high priority on producing secure software. | **YES** :white_check_mark: | All security issues will be addressed within 3 days. | | **QU30** | The project provides a well-documented, secure and private channel to report security issues, along with a documented way of responding to them. | **YES** :white_check_mark: | The official website provides a [security page](https://fesod.apache.org/community/security/) | -| **QU40** | The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features. | **Yes** :white_check_mark: | We follow semantic versions. As long as it's within one major version, it's backward compatible. And when any breaking changes added, we provide corresponding upgrade guides. | +| **QU40** | The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features. | **YES** :white_check_mark: | We follow semantic versions. As long as it's within one major version, it's backward compatible. And when any breaking changes added, we provide corresponding upgrade guides. | | **QU50** | The project strives to respond to documented bug reports in a timely manner. | **YES** :white_check_mark: | The project has resolved 300+ issues and 500+ pull requests so far, with very prompt response. | ### Community diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md index 0d5e4e4b6..8ea05f45b 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md @@ -71,7 +71,7 @@ The following table is filled according to the [Apache Maturity Model](https://c | **QU10** | The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated. | **YES** :white_check_mark: | We encourage user to [report issues](https://github.com/apache/fesod/issues). | | **QU20** | The project puts a very high priority on producing secure software. | **YES** :white_check_mark: | All security issues will be addressed within 3 days. | | **QU30** | The project provides a well-documented, secure and private channel to report security issues, along with a documented way of responding to them. | **YES** :white_check_mark: | The official website provides a [security page](https://fesod.apache.org/community/security/) | -| **QU40** | The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features. | **Yes** :white_check_mark: | We follow semantic versions. As long as it's within one major version, it's backward compatible. And when any breaking changes added, we provide corresponding upgrade guides. | +| **QU40** | The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features. | **YES** :white_check_mark: | We follow semantic versions. As long as it's within one major version, it's backward compatible. And when any breaking changes added, we provide corresponding upgrade guides. | | **QU50** | The project strives to respond to documented bug reports in a timely manner. | **YES** :white_check_mark: | The project has resolved 300+ issues and 500+ pull requests so far, with very prompt response. | ### Community