Skip to content

chore(issue-template): add migrate issue template#371

Merged
Viktor (tiulpin) merged 1 commit into
mainfrom
chore/migrate-issue-template
Jun 19, 2026
Merged

chore(issue-template): add migrate issue template#371
Viktor (tiulpin) merged 1 commit into
mainfrom
chore/migrate-issue-template

Conversation

@tiulpin

Copy link
Copy Markdown
Member

Summary

Split out of #226. Adds the GitHub issue form for reporting teamcity migrate conversion problems, so bug reports arrive with the source CI file, generated .tc.yml, and command output already structured.

Changes

  • Add .github/ISSUE_TEMPLATE/migrate_issue.yml (labels migrate, bug; both already exist in the repo).

Design Decisions

Straightforward.

Example

N/A — not user-visible (GitHub issue form).

Test Plan

  • Unit tests pass (just unit) — N/A — no code change
  • Linter passes (just lint) — N/A — no code change
  • Acceptance tests pass (just acceptance) — N/A — no code change
  • If adding a new command/flag: added .txtar test in acceptance/testdata/ — N/A
  • If adding a data-producing command: includes --json support — N/A
  • If modifying --json output: no field removals/renames (additive only) — N/A
  • If changing docs-visible behavior: updated docs/, skills/, and README.md — N/A — issue template only
  • External contributors: links a status:finalized issue — N/A

@tiulpin Viktor (tiulpin) merged commit 477b603 into main Jun 19, 2026
1 of 7 checks passed
@tiulpin Viktor (tiulpin) deleted the chore/migrate-issue-template branch June 19, 2026 06:56

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9e1ce220d5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".

@@ -0,0 +1,84 @@
name: Migrate Issue
description: Report a problem with `teamcity migrate` (CI config conversion)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Do not publish a template for absent migrate tooling

This issue form is user-facing as soon as it lands, but the reviewed tree does not register a teamcity migrate command in internal/cmd/root.go and repo-wide search only finds migrate-to-teamcity in this new template. That means users opening the issue chooser are directed to report/run tooling that this release cannot provide; either add the migrate command/bundled skill in the same change or keep this template out until that feature exists.

Useful? React with 👍 / 👎.

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.

1 participant