mirror of
https://github.com/github/spec-kit.git
synced 2026-03-19 20:03:07 +00:00
* docs: update SUPPORT.md, fix issue templates, add preset submission template - 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 * 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> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
18 lines
861 B
YAML
18 lines
861 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: 💬 General Discussion
|
|
url: https://github.com/github/spec-kit/discussions
|
|
about: Ask questions, share ideas, or discuss Spec-Driven Development
|
|
- name: 📖 Documentation
|
|
url: https://github.com/github/spec-kit/blob/main/README.md
|
|
about: Read the Spec Kit documentation and guides
|
|
- name: 🛠️ Extension Development Guide
|
|
url: https://github.com/github/spec-kit/blob/main/extensions/EXTENSION-DEVELOPMENT-GUIDE.md
|
|
about: Learn how to develop and publish Spec Kit extensions
|
|
- name: 🤝 Contributing Guide
|
|
url: https://github.com/github/spec-kit/blob/main/CONTRIBUTING.md
|
|
about: Learn how to contribute to Spec Kit
|
|
- name: 🔒 Security Issues
|
|
url: https://github.com/github/spec-kit/blob/main/SECURITY.md
|
|
about: Report security vulnerabilities privately
|