Skip to content

Commit 46777e5

Browse files
committed
feat(utils): in text generator add reference to charter for templates
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 44f0c86 commit 46777e5

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- GitLab Python script to update permissions
1313

14+
### Changed
15+
16+
- Update template for text generation (reference to internal charter)
17+
1418
## [2.22.0](https://github.com/Orange-OpenSource/floss-toolbox/compare/2.22.0..2.21.0) - 2025-01-27
1519

1620
### Added

toolbox/utils/text-generator/_templates/new-GitHub-repository-contributors.en.template.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ To go further, we have:
4848
- an external website [12];
4949
- a showcase site for GitHub [13].
5050

51+
In the end, using GitHub implies to be compliant with the charter [14].
52+
5153
Remaining available,
5254

5355
[1] %FORGE_REPO_URL%
@@ -65,3 +67,4 @@ Remaining available,
6567
[11] %RESSOURCES_WEB_INTERNAL-SITE%
6668
[12] %RESSOURCES_WEB_PUBLIC-SITE%
6769
[13] %RESSOURCES_WEB_GITHUB-SITE%
70+
[14] %RESSOURCE_DOC_CHARTER%

toolbox/utils/text-generator/_templates/new-GitHub-repository-contributors.fr.template.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Pour aller plus loin, nous avons :
4949
- un site web externe [12] ;
5050
- un site vitrine pour GitHub [13].
5151

52+
Enfin, votre usage de GitHub implique le respect de la charte [14].
53+
5254
Restant à disposition,
5355

5456
[1] %FORGE_REPO_URL%
@@ -66,3 +68,4 @@ Restant à disposition,
6668
[11] %RESSOURCES_WEB_INTERNAL-SITE%
6769
[12] %RESSOURCES_WEB_PUBLIC-SITE%
6870
[13] %RESSOURCES_WEB_GITHUB-SITE%
71+
[14] %RESSOURCE_DOC_CHARTER%

toolbox/utils/text-generator/_templates/values.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ RESSOURCE_DOC_GITLEAKS = ""
3939
RESSOURCE_DOC_ABOUT_HEADERS = ""
4040
; Documentation about the use of THIRD-PARTY files
4141
RESSOURCE_DOC_ABOUT_THIRD-PARTY = ""
42+
; Charter any contributor must comply to
43+
RESSOURCE_DOC_CHARTER = ""
4244

4345
[tools]
4446
; Name of the platform just for messaging

0 commit comments

Comments
 (0)