This repository hosts the oneM2M PROJECT specification defined by oneM2M Partnership project.
This repository hosts the oneM2M tr-0075 specification defined by oneM2M Partnership project.
## Available versions
All available baselines produced from this repository are available at [PROJECT-baselines](https://specifications.onem2m.org/PROJECT/)(**URL available only if there is at least one baseline**)
All available baselines produced from this repository are available at [tr-0075-baselines](https://specifications.onem2m.org/tr-0075/)(**URL available only if there is at least one baseline**)
## How to raise issues
Please report errors, bugs or other issues [here](https://git.onem2m.org/specifications/PROJECT/issues) or [here](https://git.onem2m.org/issues/issues).
Please report errors, bugs or other issues [here](https://git.onem2m.org/specifications/tr-0075/issues) or [here](https://git.onem2m.org/issues/issues).
## How to contribute
...
...
@@ -17,14 +17,14 @@ For more information, visit the [oneM2M Gitlab contribution procedure](https://g
## Available tools
A set of tools are used by this repository to facilitate the contribution management:
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
- 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 [PROJECT specifications](https://specifications.onem2m.org/PROJECT/)
- Upon creation of tag, a Word document will be generated from the markdown specification in this repository and published at the [tr-0075 specifications](https://specifications.onem2m.org/tr-0075/)
- 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.