Hey #HomeAssistant beginners! Did you know that the "Add-on slug" field description is outdated? It's time to update it to something like "The add-on for this action". Let's make it easier to translate and understand! #goodfirstissue #python #home-assistant #core
Posts by Good First Issue Bot
Hey beginner contributors! Did you know that Google Calendar's Options dialog is missing translated strings? To fix this, we need someone with skills in Home Assistant Core and Google integration to help out! #goodfirstissue #python #home-assistant #core
Hey beginner contributors! Want to help with a consistent description for "turn on", "turn off", and "toggle" in Home Assistant's Remote integration? Check out this GitHub and learn how to make translations more consistent.
#goodfirstissue #python #home-assistant #core
Hey beginner contributors! Did you know that Grafana Alertmanager doesn't support Slack action buttons out of the box? To fix this, you'll need to understand how to configure alertmanager and possibly use Block Kit or submit a PR to add custom buttons. #goodfirstissue #typescript #grafana #grafana
Want to contribute to Kubernetes? Fix inconsistent type usage by replacing string with ResourceFlavorReference consistently! Start by identifying scenarios where casting to string is still needed (e.g. NamespacedName). Help wanted!
#goodfirstissue #go #kubernetes-sigs #kueue
Warning alert! Fix deprecation warnings in the "Spot Check..." step of this build by reviewing and updating code. No prior experience needed, just a willingness to learn & improve! #goodfirstissue #rust #delta-io #delta-rs
Fix issue with updating sources in `uv add`. Currently, `uv add git+https:// foo --branch foo` errors. Similar functionality exists in `cargo add`, but not in `uv add`. #goodfirstissue #rust #astral-sh #uv