harness/.github/ISSUE_TEMPLATE/question.yml
ythong c25e55b64b feat: harness + zio-harness Claude Code 플러그인 초기 배포
- harness: 도메인 한 줄 → 에이전트 팀 자동 생성 메타 스킬 (v1.2.0)
- zio-harness: React + Spring Boot + Mobile 풀스택 개발 에이전트 팀 (v1.0.0)
- 에이전트 4종: orchestrator / analyst / bot / agent
- PROJECT_MAP.md 폴더 구조 메모리 시스템
- references/: react, spring-boot, mobile, playwright, database, folder-map

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 13:48:56 +09:00

36 lines
1.0 KiB
YAML

name: Question
description: Ask a how-to or clarification question about Harness
title: "[question] "
labels: ["question", "needs-triage"]
body:
- type: markdown
attributes:
value: |
Questions are welcome. If your question is open-ended or invites discussion, [GitHub Discussions](https://github.com/revfactory/harness/discussions) is usually a better venue.
We try to triage questions within 48h.
- type: textarea
id: question
attributes:
label: Your question
description: What would you like to know?
validations:
required: true
- type: textarea
id: tried
attributes:
label: What have you tried?
description: Commands run, docs read, related issues you've already found.
validations:
required: false
- type: textarea
id: docs
attributes:
label: Related docs / links (optional)
description: Paste links to sections of the README, docs, or issues you've already read.
validations:
required: false