novel-doomsday-resurgence/skills/inkos/.github/ISSUE_TEMPLATE/feature_request.yml
唐天洛 cb9b16e5a8 初始提交:番茄小说创作工作区
包含:
- 核心配置文件(AGENTS.md, SOUL.md, USER.md等)
- 记忆系统(memory/文件夹)
- 技能库(skills/文件夹)
- 小说内容(novel/文件夹)
- .gitignore配置
2026-03-30 15:46:26 +08:00

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