包含: - 核心配置文件(AGENTS.md, SOUL.md, USER.md等) - 记忆系统(memory/文件夹) - 技能库(skills/文件夹) - 小说内容(novel/文件夹) - .gitignore配置
40 lines
980 B
YAML
40 lines
980 B
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What problem does this solve? What's the current pain point?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed solution
|
|
description: How should it work? Include CLI examples if applicable.
|
|
placeholder: |
|
|
```bash
|
|
inkos <new-command> --flag value
|
|
```
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: Any workarounds you've tried, or other approaches you considered.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Screenshots, related issues, links, etc.
|
|
validations:
|
|
required: false
|