docs: update SUPPORT.md, fix issue templates, add preset submission template#1910
Conversation
…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
There was a problem hiding this comment.
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.mdto 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.
|
@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>
There was a problem hiding this comment.
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.mdto 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>
There was a problem hiding this comment.
Pull request overview
Housekeeping documentation and GitHub issue-form updates to improve support routing and streamline community submissions for presets.
Changes:
- Reorganized
SUPPORT.mdto 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.
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
…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
Summary
Housekeeping updates to SUPPORT.md and issue templates.
Changes
SUPPORT.md
Issue Templates
manfredseee/spec-kit→github/spec-kit)