Skip to content

docs(readme): add Telegram to Communication integrations#1902

Merged
muddlebee merged 1 commit into
Tracer-Cloud:mainfrom
0xDevNinja:issue/1014-telegram-readme
May 13, 2026
Merged

docs(readme): add Telegram to Communication integrations#1902
muddlebee merged 1 commit into
Tracer-Cloud:mainfrom
0xDevNinja:issue/1014-telegram-readme

Conversation

@0xDevNinja

Copy link
Copy Markdown
Contributor

Fixes #1014

Describe the changes you have made in this PR -

Adds Telegram to the Communication row of the integrations matrix in README.md.

Telegram delivery already shipped end-to-end (docs/messaging/telegram.mdx, listed in docs/integrations-overview.mdx, present in docs.json Messaging nav, supported by _SUPPORTED_TARGETS in app/integrations/verify.py and VERIFY_SERVICES in app/cli/constants.py), but the README matrix still listed only Slack · Google Docs · Discord. Per @muddlebee's direction on the issue ("you can tackle this, ensure its placed at correct docs"), the only doc surface still out of sync is the README row.

Demo/Screenshot for feature changes and bug fixes -

Before:
**Communication** | Slack · Google Docs · Discord

After:
**Communication** | Slack · Google Docs · Discord · Telegram


Code Understanding and AI Usage

Did you use AI assistance (ChatGPT, Claude, Copilot, etc.) to write any part of this code?

  • No, I wrote all the code myself
  • Yes, I used AI assistance (continue below)

Explain your implementation approach:

The issue (and PR #1023 history) flagged that Telegram docs were missing. I traced the doc surfaces:

  • docs/messaging/telegram.mdx — already present.
  • docs/integrations-overview.mdx line 23 — already mentions Telegram alongside Slack/Discord.
  • docs.json nav — Telegram already wired into the Messaging group.
  • README.md integrations matrix line 219 — the only remaining surface where Telegram was missing.

So this is a one-line README addition rather than a full new doc page. Discord and Google Docs were already on the row, so Telegram just slots in next to them. No icon image used because the existing Discord and Google Docs entries also have no icon — kept the row consistent.


Checklist before requesting a review

  • I have added proper PR title and linked to the issue
  • I have performed a self-review of my code
  • I can explain the purpose of every function, class, and logic block I added
  • I understand why my changes work and have tested them thoroughly
  • I have considered potential edge cases and how my code handles them
  • If it is a core feature, I have added thorough tests
  • My code follows the project's style guidelines and conventions

Telegram has shipped (docs/messaging/telegram.mdx, integrations-overview.mdx,
docs.json nav) but was missing from the README integrations matrix.

Fixes Tracer-Cloud#1014
@github-actions

Copy link
Copy Markdown
Contributor

Greptile code review

This repo uses Greptile for automated review. Before merge, aim for Confidence Score: 5/5 with zero unresolved review threads — see CONTRIBUTING.md.

Run a review — add a PR comment with:

@greptile review

Give it ~5-10 minutes (sometimes longer) for results, then fix feedback and re-trigger until you reach Confidence Score: 5/5.

Optional: automate with the greploop skill.

@greptile-apps

greptile-apps Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds Telegram to the Communication row of the README integrations matrix, bringing it in sync with the rest of the codebase where Telegram support is already fully implemented (docs, nav, app code).

  • The one-line change appends · Telegram to the existing Slack · Google Docs · Discord list, matching the no-icon style used by Discord and Google Docs in that row.
  • No other files were modified; all other Telegram doc surfaces (docs/messaging/telegram.mdx, docs/integrations-overview.mdx, docs.json, app/integrations/verify.py, app/cli/constants.py) were already up to date.

Confidence Score: 5/5

A single-line README addition with no logic changes — safe to merge.

The change adds one word to a Markdown table, matching the exact style already used by the adjacent Discord and Google Docs entries (no icon, · separator). The Telegram integration is verified present across every other doc surface the PR description enumerates, so no functional gap is introduced.

No files require special attention.

Important Files Changed

Filename Overview
README.md Adds "Telegram" to the Communication row of the integrations matrix; consistent with existing style (no icon, same separator format as Discord and Google Docs entries).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Telegram integration shipped] --> B[docs/messaging/telegram.mdx ✅]
    A --> C[docs/integrations-overview.mdx ✅]
    A --> D[docs.json nav ✅]
    A --> E[app/integrations/verify.py ✅]
    A --> F[app/cli/constants.py ✅]
    A --> G[README.md Communication row ❌ before PR]
    G --> H[README.md Communication row ✅ after PR]
Loading

Reviews (1): Last reviewed commit: "docs(readme): add Telegram to Communicat..." | Re-trigger Greptile

@muddlebee muddlebee merged commit c67ab17 into Tracer-Cloud:main May 13, 2026
5 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

LGTM → Merged. @0xDevNinja, your work is in. Every commit counts — thank you for this one.


👋 Join us on Discord - OpenSRE : hang out, contribute, or hunt for features and issues. Everyone's welcome.

muddlebee pushed a commit to muddlebee/opensre that referenced this pull request May 26, 2026
…d#1902)

Telegram has shipped (docs/messaging/telegram.mdx, integrations-overview.mdx,
docs.json nav) but was missing from the README integrations matrix.

Fixes Tracer-Cloud#1014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] : add docs for telegram integration

2 participants