create-github-issue-feature-from-specification

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Create GitHub Issue from Specification

根据规格文件创建GitHub Issue

Create GitHub Issue for the specification at
${file}
.
${file}
路径下的规格文件创建GitHub Issue。

Process

流程

  1. Analyze specification file to extract requirements
  2. Check existing issues using
    search_issues
  3. Create new issue using
    create_issue
    or update existing with
    update_issue
  4. Use
    feature_request.yml
    template (fallback to default)
  1. 分析规格文件以提取需求
  2. 使用
    search_issues
    检查现有Issue
  3. 使用
    create_issue
    创建新Issue,或使用
    update_issue
    更新现有Issue
  4. 使用
    feature_request.yml
    模板(默认模板作为备选)

Requirements

要求

  • Single issue for the complete specification
  • Clear title identifying the specification
  • Include only changes required by the specification
  • Verify against existing issues before creation
  • 为完整的规格文件创建单个Issue
  • 清晰的标题以标识该规格文件
  • 仅包含规格文件要求的变更内容
  • 创建前需核对现有Issue

Issue Content

Issue内容

  • Title: Feature name from specification
  • Description: Problem statement, proposed solution, and context
  • Labels: feature, enhancement (as appropriate)
  • 标题:取自规格文件的功能名称
  • 描述:问题说明、提议的解决方案及背景信息
  • 标签:feature、enhancement(根据情况使用)