Skip to content

docs: update SUPPORT.md, fix issue templates, add preset submission template#1910

Merged
mnriem merged 3 commits intogithub:mainfrom
mnriem:docs/update-support-and-issue-templates
Mar 19, 2026
Merged

docs: update SUPPORT.md, fix issue templates, add preset submission template#1910
mnriem merged 3 commits intogithub:mainfrom
mnriem:docs/update-support-and-issue-templates

Conversation

@mnriem
Copy link
Collaborator

@mnriem mnriem commented Mar 19, 2026

Summary

Housekeeping updates to SUPPORT.md and issue templates.

Changes

SUPPORT.md

  • Simplified structure — self-service docs listed first, then community channels
  • Added proper GitHub Discussions link
  • Separated discussions (questions) from issues (bugs/features)
  • Softened response commitment ("as time permits" vs "in a timely manner")

Issue Templates

  • config.yml: Fixed broken Extension Development Guide URL (manfredseee/spec-kitgithub/spec-kit)
  • agent_request.yml: Updated supported agents list — added Tabnine CLI, Mistral Vibe, Kimi Code, Trae, Pi Coding Agent, iFlow CLI
  • preset_submission.yml: New issue template for preset catalog submissions (mirrors extension submission template)

…emplate

- SUPPORT.md: simplify structure, add Discussions link, soften response commitment
- config.yml: fix broken Extension Development Guide URL (was manfredseee → github)
- agent_request.yml: update agent list with Tabnine, Vibe, Kimi, Trae, Pi, iFlow
- preset_submission.yml: new issue template for preset catalog submissions
Copilot AI review requested due to automatic review settings March 19, 2026 16:02
Copy link
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

Documentation and GitHub issue-template housekeeping to improve contributor support flow (directing questions to Discussions) and to streamline preset submissions via a dedicated template.

Changes:

  • Reorganized SUPPORT.md to prioritize self-service docs and route Q&A to GitHub Discussions.
  • Fixed a broken URL in the issue-template contact links.
  • Updated the supported-agents list in the agent request template and added a new preset submission issue template.

Reviewed changes

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

File Description
SUPPORT.md Clarifies where to ask questions vs file bugs/features; updates response expectations.
.github/ISSUE_TEMPLATE/config.yml Fixes Extension Development Guide link to the correct github/spec-kit URL.
.github/ISSUE_TEMPLATE/agent_request.yml Refreshes the “currently supported agents” list shown to requesters.
.github/ISSUE_TEMPLATE/preset_submission.yml Adds a new structured issue template for community preset catalog submissions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mnriem
Copy link
Collaborator Author

mnriem commented Mar 19, 2026

@copilot open a new pull request to apply changes based on the comments in this thread

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 19, 2026 16:43
Copy link
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

Housekeeping documentation updates to improve contributor/support guidance and GitHub issue intake for Spec Kit, including a new preset submission issue form to streamline catalog submissions.

Changes:

  • Reworked SUPPORT.md to prioritize self-serve docs and route questions to Discussions vs. bugs/features to Issues.
  • Fixed a broken URL in the issue template config contact links.
  • Updated the “Agent Request” issue form’s supported-agent list and added a new “Preset Submission” issue form.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
SUPPORT.md Reorders/clarifies support pathways (docs → discussions → issues) and updates wording around response expectations.
.github/ISSUE_TEMPLATE/config.yml Fixes Extension Development Guide URL to point at github/spec-kit.
.github/ISSUE_TEMPLATE/agent_request.yml Updates the “currently supported agents” list shown before submitting a request.
.github/ISSUE_TEMPLATE/preset_submission.yml Adds a new issue form to collect preset metadata for catalog submission.
Comments suppressed due to low confidence (1)

.github/ISSUE_TEMPLATE/preset_submission.yml:146

  • The testing checklist item “Preset installs successfully via specify preset add” is ambiguous about whether it was installed from the catalog vs. a local directory vs. a URL. Since this template collects a release download URL, consider tightening the wording to require verifying install via --from <download-url> (or explicitly state which install modes are acceptable).
        - label: Preset installs successfully via `specify preset add`
          required: true

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 19, 2026 16:52
Copy link
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

Housekeeping documentation and GitHub issue-form updates to improve support routing and streamline community submissions for presets.

Changes:

  • Reorganized SUPPORT.md to prioritize self-serve docs and route questions to Discussions vs bugs/features to Issues.
  • Fixed the Extension Development Guide link in the issue template config.yml.
  • Added a new preset submission issue form and updated the supported agents list in the agent request form.

Reviewed changes

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

File Description
SUPPORT.md Clarifies where to ask questions vs file bugs/features, and updates support expectations/links.
.github/ISSUE_TEMPLATE/config.yml Corrects the Extension Development Guide URL to the canonical github/spec-kit path.
.github/ISSUE_TEMPLATE/agent_request.yml Updates the “currently supported agents” list shown to requesters.
.github/ISSUE_TEMPLATE/preset_submission.yml Introduces a structured issue form for preset catalog submissions aligned with presets/PUBLISHING.md.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mnriem mnriem merged commit f85944a into github:main Mar 19, 2026
12 checks passed
@mnriem mnriem deleted the docs/update-support-and-issue-templates branch March 19, 2026 16:57
kanfil added a commit to tikalk/agentic-sdlc-spec-kit that referenced this pull request Mar 20, 2026
Upstream changes merged:
- feat: add Junie agent support (github#1831)
- feat: add timestamp-based branch naming option (--branch-numbering) (github#1911)
- fix: Align native skills frontmatter with install_ai_skills (github#1920)
- docs: add Extension Comparison Guide for community extensions (github#1897)
- docs: update SUPPORT.md, fix issue templates, add preset submission template (github#1910)

Tikalk customizations preserved:
- Orange theme (ACCENT_COLOR = #f47721)
- --team-ai-directives CLI parameter
- Skills package manager (specify skill subcommand)
- Bundled extensions/presets installation
- Pre-Installed Extensions panel

Version: 0.1.16
kanfil added a commit to tikalk/agentic-sdlc-spec-kit that referenced this pull request Mar 20, 2026
…v0.1.16)

Upstream changes (6 commits):
- feat: add Junie agent support (github#1831)
- feat: add timestamp-based branch naming option (--branch-numbering timestamp) (github#1911)
- fix: Align native skills frontmatter with install_ai_skills (github#1920)
- docs: add Extension Comparison Guide for community extensions (github#1897)
- docs: update SUPPORT.md, fix issue templates, add preset submission template (github#1910)
- docs: update publishing guide with Category and Effect columns (github#1913)

Tikalk customizations preserved:
- Orange branding theme (#f47721)
- --team-ai-directives CLI parameter
- Skills package manager (specify skill subcommand)
- Bundled extensions/presets installation
- --contracts/--data-models script options
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.

2 participants