mirror of
https://github.com/github/spec-kit.git
synced 2026-08-03 06:26:30 +08:00
* Add alquimia-ai as new integration: https://alquimia.ai * Fix test cases for alquimia-ai integration. Add alquimia-ai to workflow.yml * Add install url to alquimia-ai integration * Renamed alquimia-ai to alquimia (cli native denomination) * Fix unit tests for alquimia integration * Minor fix in alquimia integration * Fix typos and copilot findings * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update tests cases and lint formatting * Final fixes * Rename alquimia_ai to alquimia module integration * Make cli optional for alquimiia integration * resolve review comments * Fix copilot review * Minor fixes: naming, remove unused code * Update tests cases. Fix issues * Fix unit tests * Add alquimia context to default agent-context extension. Update cli requirment to support workflows * Fix hints (suggestion) * Add Alquimia AI as agent in github issue template. Fix unit tests * Address review comments. Update docs * Update test cases --------- Co-authored-by: Eric Engstfeld <ericengstfeld@Erics-MacBook-Pro.local> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
137 lines
3.2 KiB
YAML
137 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:
|
|
- Alquimia AI
|
|
- Amp
|
|
- Antigravity
|
|
- Auggie CLI
|
|
- Claude Code
|
|
- Cline
|
|
- CodeBuddy
|
|
- Codex CLI
|
|
- Cursor
|
|
- Devin for Terminal
|
|
- Factory Droid
|
|
- Firebender
|
|
- Forge
|
|
- Gemini CLI
|
|
- GitHub Copilot
|
|
- Goose
|
|
- Grok Build
|
|
- Hermes Agent
|
|
- IBM Bob
|
|
- Junie
|
|
- Kilo Code
|
|
- Kimi Code
|
|
- Kiro CLI
|
|
- Lingma
|
|
- Mistral Vibe
|
|
- Oh My Pi
|
|
- opencode
|
|
- Pi Coding Agent
|
|
- Qoder CLI
|
|
- Qwen Code
|
|
- RovoDev ACLI
|
|
- SHAI
|
|
- Tabnine CLI
|
|
- Trae
|
|
- 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.
|