@@ -42,24 +42,23 @@ All wrappers and OSP-core are part of a common directory structure:
4242 An owner of the project should be tagged for review.
4343 They will review and merge the PR if the fix is correct, deleting the ` issue branch ` afterwards.
4444 The changes should be clearly explained in the issue/Pull Request.
45- ``` eval_rst
46- .. warning::
45+ ``` {warning}
4746 If the issue is a critical software bug detected in the stable release, a
48- :code: `hotfix branch` should be created from the :code: `master/main` branch
47+ `hotfix branch` should be created from the `master/main` branch
4948 instead.
5049
5150 After committing to such branch, a new Pull/Merge request (targeting
52- :code: `dev`) should be created. If the fix is correct, the project owner
53- will merge the PR to :code: `dev`, additionally merge the
54- :code: `hotfix branch` to :code: `master/main`, and then delete the
55- :code: `hotfix branch`.
51+ `dev`) should be created. If the fix is correct, the project owner
52+ will merge the PR to `dev`, additionally merge the
53+ `hotfix branch` to `master/main`, and then delete the
54+ `hotfix branch`.
5655```
5756- Once the features for a release have been reached, ` dev ` will be merged to
5857 ` master/main ` . Every new commit in the ` master/main ` branch generally corresponds
59- to a new release, which is labeled with a
58+ to a new release, which is labelled with a
6059 [ git tag] ( https://git-scm.com/book/en/v2/Git-Basics-Tagging ) matching its
61- version number. An exception to this rule may apply, for example when several
62- critical hotfixes are applied in a row, as it would then be better to just to
60+ version number. An exception to this rule may apply, for example when several
61+ critical hotfixes are applied in a row, as it would then be better to just to
6362 publish a single release afterwards. In regard to version numbering, we adhere to the
6463 [ _ Semantic versioning_ ] ( https://semver.org/ ) rules.
6564
0 commit comments