From dae417887204a08f2a870683501ff34961a54338 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Mon, 16 Sep 2024 10:20:39 +0200 Subject: [PATCH] Update of README.md file --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fed2489..89c5381 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ # oneM2M TS-0002 Specification -This repository hosts the oneM2M ts-0002 specification defined by oneM2M Partnership project. +This repository hosts the oneM2M TS-0002 specification defined by oneM2M Partnership project. + +Please, contact the rapporteur, RAPPORTEUR_NAME (RAPPORTEUR_EMAIL), if you need any help with this specification/repository. ## Available versions -All available baselines produced from this repository are available at [TS-0002-baselines](https://specifications.onem2m.org/ts-0002/) (**URL available only if there is at least one baseline**) +All available baselines produced from this repository are available at [TS-0002 Website](https://specifications.onem2m.org/TS-0002/) (**URL available only if there is at least one baseline**) +Different downloadable formats are available under Download tab ## How to raise issues -Please report errors, bugs or other issues [here](https://git.onem2m.org/specifications/ts-0002/issues) or [here](https://git.onem2m.org/issues/issues). +Please report errors, bugs or other issues [here](https://git.onem2m.org/specifications/TS-0002/issues) or [here](https://git.onem2m.org/issues/issues). ## How to contribute @@ -20,12 +23,17 @@ For more information, visit the [oneM2M Gitlab contribution procedure](https://g A set of tools is used by this repository to facilitate the contribution management: - Autogeneration of Word CR documents: - - Upon creation of a Merge Request, a pipeline is executed to produce the associated Word CR document that contains the tracked changes proposed by the Merge Request. - - Right after creation of a Merge Request, the source branch is protected in order to avoid any further change to the submitted contribution + - Upon creation of a Merge Request, a pipeline is executed to produce the associated Word CR documents: + - Main document contains the git diff proposed by the Merge Request. + - Second document contains the tracked changes proposed by the Merge Request. Note that this is for information and it won't be generated anymore in the near future. + - Right after creation of a Merge Request, the source branch needs to be protected in order to avoid any further change to the submitted contribution. + Automated branch protection is disabled for the time being. + + **EXTREMELY IMPORTANT TO CHECK THAT SUBMITTED CONTRIBUTION AND MERGE REQUEST CORRESPOND TO THE SAME LAST COMMIT ID** - Publication of a new baseline - - Upon creation of tag, a Word document will be generated from the markdown specification in this repository and published at the [TS-0002 specifications](https://specifications.onem2m.org/ts-0002/) - - As Table of Content is not used in the markdown specfication document of this repository. A tool will generate the ToC and add it to the any new published baseline. + - Upon creation of tag, a new version of the spec will be added to the TS-0002 Website and corresponding downloadable documents will also be generated from the markdown specification in this repository + - As Table of Content is not used in the markdown specfication document of this repository, a tool will generate the ToC and add it to the any new published baseline. Please, refer to [Tools/Scripts repository](hhtps://git.onem2m.org/tools/scripts) for more details. @@ -36,3 +44,7 @@ Some known issues: - Additions/deletions of a list of elements will make the list appearing as not enumerated in the Word CR - Changes in the first row of a table will break the conversion of such table to Word, the markdown table source code will be seen - Changes in clause titles will break the conversion of corresponding headings to Word, the markdown heading code will be seen + +- Protection of the contribution branch + - It needs to be done manually (for the time being) by the Rapporteur of the TS-0002 specification + - If a revision is needed for the contribution, contribution branch needs to be unprotected by the Rapporteur \ No newline at end of file -- GitLab