Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new "🪵 Log-API" GitHub label (#4508)
### What The new label "🪵 Log API" means "stuff that affects all the APIs". This include changes to `re_types` and (relevantly) changes to how entity paths works (#4476). I also gave uniform names to the other labels: * 🌊 C++ API * 🐍 Python API * 🦀 Rust API _some_ of these used "SDK" before, but that felt too over-arching since SDK implies a full kit, including the `rerun` binary, the web viewer, etc - but the language specific things is just the API surface. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Full build: [app.rerun.io](https://app.rerun.io/pr/4508/index.html) * Partial build: [app.rerun.io](https://app.rerun.io/pr/4508/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) - Useful for quick testing when changes do not affect examples in any way * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4508) - [Docs preview](https://rerun.io/preview/a9278cf8ec9bc1353be9910bd2c4394642a64308/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/a9278cf8ec9bc1353be9910bd2c4394642a64308/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
- Loading branch information