Skip to content

Clarify adapter name should be in English#1286

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/update-adapter-names-to-english
Draft

Clarify adapter name should be in English#1286
Copilot wants to merge 2 commits intomasterfrom
copilot/update-adapter-names-to-english

Conversation

Copy link
Contributor

Copilot AI commented Jan 11, 2026

PR Checklist:

  • Provide a meaningful description to this PR or mention which issues this fixes.
  • Ensure the project builds with npm run build
  • Add tests for your change. This includes negative tests (i.e. inputs that need to fail) as well as baseline tests (i.e. how should the directory structure look like?).
  • Run the test suite with npm test
  • If there are baseline changes, review them and make a separate commit for them with the comment "accept baselines" if they are desired changes
  • If you added a required option, also add it to the template creation (.github/create_templates.ts)
  • Add a detailed migration description to docs/updates explaining what the user needs to do when manually updating an existing project
  • Add your changes to CHANGELOG.md (referencing the migration description and this PR or the issue you fixed)

Description:

Users were not explicitly informed that adapter names must be in English. Updated the adapter name prompt to clarify this requirement.

Changes:

  • Modified prompt message in src/lib/core/questions.ts to include "(in ENGLISH)" directive

Before:

message: "Please enter the name of your project:",

After:

message: "Please enter the name of your project (in ENGLISH):",

Note: No tests added as this is a user-facing string change with no behavioral modifications. No migration documentation needed as this affects only new adapter creation, not existing adapters.

Original prompt

This section details on the original issue you should resolve

<issue_title>Creator should clearly state to use ENGLISH adapter names</issue_title>
<issue_description>The paramater questionary should clearly state that the adpatername should be in ENGLISH</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Apollon77 <11976694+Apollon77@users.noreply.github.com>
Copilot AI changed the title [WIP] Clarify adapter names should use ENGLISH Clarify adapter name should be in English Jan 11, 2026
Copilot AI requested a review from Apollon77 January 11, 2026 11:56
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.

Creator should clearly state to use ENGLISH adapter names

2 participants

Comments