mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
* Update Spec Kit Preview extension to v1.1.0 Update preview extension submitted by @bigsmartben to: - extensions/catalog.community.json (version, name, description, download_url, commands, tags, updated_at) - docs/community/extensions.md community extensions table (name, description, alphabetical order) Closes #3109 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Sync issue templates with firebender integration Assisted-by: GitHub Copilot (model: GPT-5, autonomous) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com>
136 lines
3.2 KiB
YAML
136 lines
3.2 KiB
YAML
name: Bug Report
|
|
description: Report a bug or unexpected behavior in Specify CLI or Spec Kit
|
|
title: "[Bug]: "
|
|
labels: ["bug", "needs-triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to report a bug! Please fill out the sections below to help us diagnose and fix the issue.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Bug Description
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: What went wrong?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Steps to reproduce the behavior
|
|
placeholder: |
|
|
1. Run command '...'
|
|
2. Execute script '...'
|
|
3. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What did you expect to happen?
|
|
placeholder: Describe the expected outcome
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual Behavior
|
|
description: What actually happened?
|
|
placeholder: Describe what happened instead
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Specify CLI Version
|
|
description: "Run `specify version` or `pip show spec-kit`"
|
|
placeholder: "e.g., 1.3.0"
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: ai-agent
|
|
attributes:
|
|
label: AI Agent
|
|
description: Which AI agent are you using?
|
|
options:
|
|
- Amp
|
|
- Antigravity
|
|
- Auggie CLI
|
|
- Claude Code
|
|
- Cline
|
|
- CodeBuddy
|
|
- Codex CLI
|
|
- Cursor
|
|
- Devin for Terminal
|
|
- Firebender
|
|
- Forge
|
|
- Gemini CLI
|
|
- GitHub Copilot
|
|
- Goose
|
|
- Hermes Agent
|
|
- IBM Bob
|
|
- iFlow CLI
|
|
- Junie
|
|
- Kilo Code
|
|
- Kimi Code
|
|
- Kiro CLI
|
|
- Lingma
|
|
- Mistral Vibe
|
|
- opencode
|
|
- Pi Coding Agent
|
|
- Qoder CLI
|
|
- Qwen Code
|
|
- Roo Code
|
|
- RovoDev ACLI
|
|
- SHAI
|
|
- Tabnine CLI
|
|
- Trae
|
|
- Windsurf
|
|
- ZCode
|
|
- Zed
|
|
- Not applicable
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
description: Your operating system and version
|
|
placeholder: "e.g., macOS 14.2, Ubuntu 22.04, Windows 11"
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: python
|
|
attributes:
|
|
label: Python Version
|
|
description: "Run `python --version` or `python3 --version`"
|
|
placeholder: "e.g., Python 3.11.5"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Error Logs
|
|
description: Please paste any relevant error messages or logs
|
|
render: shell
|
|
placeholder: Paste error output here
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about the problem
|
|
placeholder: Screenshots, related issues, workarounds attempted, etc.
|