diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..40a9f6df0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,48 @@ + + + + + +## Description + + + + + + + + + + + + + + +## Contributor Checklist + +- [ ] Commit messages follow the project guidelines. +- [ ] Code snippets related to the added documentation have been provided. +- [ ] Documentation tests pass locally. +- [ ] Applicable backports have been included in the description. + +## Reviewer Checklist + +- [ ] The PR has a milestone assigned. +- [ ] The title and description correctly express the PR's purpose. +- [ ] Check contributor checklist is correct. +- [ ] CI passes without warnings or errors. diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index cdfe26b3d..fd5da2755 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: dest_branch: - - '2.13.x' + - '2.14.x' steps: - name: Mirror action step id: mirror diff --git a/colcon.meta b/colcon.meta index b61d1280c..c1dd8c6d9 100644 --- a/colcon.meta +++ b/colcon.meta @@ -1,24 +1,11 @@ -{ - "names": { - "fastrtps": { - "cmake-args": [ - "-DSECURITY=ON", - ] - }, - "fastdds_python": - { - "cmake-args": - [ - "-DBUILD_DOCUMENTATION=ON", - ] - }, - "fastdds-docs": - { - "cmake-args": - [ - "-DBUILD_DOCUMENTATION=ON", - "-DCOMPILE_TESTS=ON", - ] - } - } -} +names: + fastrtps: + cmake-args: + - "-DSECURITY=ON" + fastdds_python: + cmake-args: + - "-DBUILD_DOCUMENTATION=ON" + fastdds-docs: + cmake-args: + - "-DBUILD_DOCUMENTATION=ON" + - "-DCOMPILE_TESTS=ON" diff --git a/docs/conf.py b/docs/conf.py index 4b34626ad..bf19a9bd6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -384,9 +384,9 @@ def configure_doxyfile( # built documents. # # The short X.Y version. -version = u'2.13.3' +version = u'2.14.0' # The full version, including alpha/beta/rc tags. -release = u'2.13.3' +release = u'2.14.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.