<!-- Use this template to keep track of everything that needs to be done when starting a new collection. When opening PRs, add a link back to this issue for easier tracking. --> - [x] Create `gazebodistro` file for new collection ([example](https://github.com/gazebo-tooling/gazebodistro/pull/181)) - https://github.com/gazebo-tooling/gazebodistro/pull/225 - [x] Create `gz-<collection>` and `gz-<collection>-release` repositories ([example source](https://github.com/gazebosim/gz-jetty), [example release](https://github.com/gazebo-release/gz-jetty-release)) - https://github.com/gazebosim/gz-kura/pull/1 - https://github.com/gazebo-release/gz-kura-release/pull/1 - [x] Create homebrew-simulation formula for new collection ([example](https://github.com/osrf/homebrew-simulation/pull/2832)) - https://github.com/osrf/homebrew-simulation/pull/3286 - [x] Create collection view on release-tools and build nightlies ([example](https://github.com/gazebo-tooling/release-tools/pull/1199)) - https://github.com/gazebo-tooling/release-tools/pull/1427 - [ ] Add docs for new collection ([example](https://github.com/gazebosim/docs/pull/524)) - https://github.com/gazebosim/docs/pull/659 - [x] Add new collection label: - [x] Add to pr-collection-labeler ([example](https://github.com/gazebo-tooling/pr-collection-labeler/pull/36)) - https://github.com/gazebo-tooling/pr-collection-labeler/pull/113 - [x] Add to all libraries Example script:`cat collection-kura.yaml | sed -n "s#.*https://github.com/\(.*\)#\1#p" | xargs -L1 gh label create "🏯 kura" -R`