Skip to content

fix(create-plugin): fix typo in scaffolded agent md templates#2578

Open
tolzhabayev wants to merge 1 commit intomainfrom
fix/typo-scaffolded-agent-md
Open

fix(create-plugin): fix typo in scaffolded agent md templates#2578
tolzhabayev wants to merge 1 commit intomainfrom
fix/typo-scaffolded-agent-md

Conversation

@tolzhabayev
Copy link
Copy Markdown
Collaborator

Summary

  • Fix "Thie" → "This" typo in scaffolded CLAUDE.md, AGENTS.md, and GEMINI.md templates

@tolzhabayev tolzhabayev requested a review from a team as a code owner April 15, 2026 10:22
@tolzhabayev tolzhabayev added patch Increment the patch version when merged no-changelog Don't include in changelog and version calculations labels Apr 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 15, 2026

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

❌ This PR cannot be merged until the following issues are addressed:

  • This PR contains multiple semver labels. A PR can only include one of: patch, minor, major, no-changelog labels.
  • Optionally if using a patch, minor or major label also add the release label if you would like this PR to trigger npm package publishing.
🏷️ More info about which labels to use
  • If the changes only affect the docs website, documentation, or this repository's tooling add the no-changelog label.
  • If there are changes to any of the npm packages src files please choose from one of the following labels:
    • 🐛 if this PR fixes a bug add the patch label
    • 🚀 if this PR includes an enhancement add the minor label
    • 💥 if this PR includes a breaking change add the major label
  • Optionally, if you would like this PR to publish new versions of packages when it is merged add the release label.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a typo in the create-plugin scaffolded agent documentation templates so newly generated plugins don’t start with an incorrect word.

Changes:

  • Corrects “Thie” → “This” in the scaffolded GEMINI.md template.
  • Corrects “Thie” → “This” in the scaffolded CLAUDE.md template.
  • Corrects “Thie” → “This” in the scaffolded AGENTS.md template.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/create-plugin/templates/common/GEMINI.md Fixes a typo in the Gemini agent template text.
packages/create-plugin/templates/common/CLAUDE.md Fixes a typo in the Claude agent template text.
packages/create-plugin/templates/common/AGENTS.md Fixes a typo in the AGENTS template text.

@grafana-plugins-platform-bot grafana-plugins-platform-bot bot moved this from 📬 Triage to 🔬 In review in Grafana Catalog Team Apr 15, 2026
@tolzhabayev tolzhabayev added no-changelog Don't include in changelog and version calculations and removed no-changelog Don't include in changelog and version calculations labels Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog Don't include in changelog and version calculations patch Increment the patch version when merged

Projects

Status: 🔬 In review

Development

Successfully merging this pull request may close these issues.

2 participants