refactor: 분리되어 관리하고 있던 문서 시스템을 하나로 통일
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
---
|
||||
id: <Studio 가 준 uuid. 아직 없으면 빈 값>
|
||||
kind: QUESTION
|
||||
slug: <slug>
|
||||
title: <제목>
|
||||
topic: <주제 이름>
|
||||
project: <프로젝트 이름>
|
||||
status: 게시 전
|
||||
studio: "<편집 화면 주소. 아직 없으면 빈 값>"
|
||||
questionStatus: OPEN
|
||||
assets:
|
||||
- key: <본문의 :::evidence key 와 같은 값>
|
||||
file: <../../../final/assets/… 상대 경로>
|
||||
evidence:
|
||||
- <../../../final/evidence/raw/… 상대 경로>
|
||||
---
|
||||
|
||||
# <title>
|
||||
|
||||
<summary of unresolved issue>
|
||||
|
||||
## 관계
|
||||
|
||||
- **<related record>**
|
||||
<why related>
|
||||
|
||||
## 사실
|
||||
|
||||
- <grounded fact>
|
||||
|
||||
## 가정
|
||||
|
||||
- <explicit assumption, if any>
|
||||
|
||||
## 미지수
|
||||
|
||||
- <unknown>
|
||||
|
||||
## 제약
|
||||
|
||||
- <constraint>
|
||||
|
||||
## 선택지
|
||||
|
||||
### 1. <grounded candidate, only when it really exists>
|
||||
|
||||
<what is known and what must be checked>
|
||||
|
||||
## 다음 검증
|
||||
|
||||
1. <next concrete verification>
|
||||
Reference in New Issue
Block a user