Skip to content

Commit

Permalink
Merge pull request #1104 from Green-Software-Foundation/graduation-me…
Browse files Browse the repository at this point in the history
…ssage

Update disclaimer message
  • Loading branch information
narekhovhannisyan authored Jan 9, 2025
2 parents 7b7c97d + 0b10967 commit 54794de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Node.js CI](https://github.com/Green-Software-Foundation/if/actions/workflows/nodejs-ci.yml/badge.svg)](https://github.com/Green-Software-Foundation/if/actions/workflows/nodejs-ci.yml)

> [!IMPORTANT]
> Incubation Project: This project is an incubation project being run inside the Green Software Foundation; as such, we DON’T recommend using it in any critical use case. Incubation projects are experimental, offer no support guarantee, have minimal governance and process, and may be retired at any moment. This project may one day Graduate, in which case this disclaimer will be removed.
> Graduated Project: This project is a Graduated Project, supported by the Green Software Foundation. The publicly available version documented in the README is trusted by the GSF. New versions of the project may be released, or it may move to the Maintained or Retired Stage at any moment.
**Our documentation is online at [if.greensoftware.foundation](https://if.greensoftware.foundation/)**

Expand Down
5 changes: 2 additions & 3 deletions src/common/config/strings.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
export const STRINGS = {
DISCLAIMER_MESSAGE: `
Incubation Project
Graduated Project
This project is an incubation project being run inside the Green Software Foundation; as such, we DON’T recommend using it in any critical use case.
Incubation projects are experimental, offer no support guarantee, have minimal governance and process, and may be retired at any moment. This project may one day graduate, in which case this disclaimer will be removed.`,
This project is a Graduated Project, supported by the Green Software Foundation. The publicly available version documented in the README is trusted by the GSF. New versions of the project may be released, or it may move to the Maintained or Retired Stage at any moment.`,
SOURCE_IS_NOT_YAML: 'Given source file is not in yaml format.',
TARGET_IS_NOT_YAML: 'Given target file is not in yaml format.',
MANIFEST_NOT_FOUND: 'Manifest file not found.',
Expand Down

0 comments on commit 54794de

Please sign in to comment.