Skip to content

Conversation

@ikura-hamu
Copy link
Member

@ikura-hamu ikura-hamu commented Jul 17, 2025

PR Type

Documentation


Description

  • GitHub Issue用テンプレート4種を追加

  • Bug, Coding, Feature, Task定義追加

  • 各テンプレートに必須・任意textarea設定

  • Issueラベル付与schemaを導入


Changes diagram

flowchart LR
  Issue["新規Issue"] --> Bug["Bugテンプレート"]
  Issue --> Coding["Codingテンプレート"]
  Issue --> Feature["Featureテンプレート"]
  Issue --> Task["Taskテンプレート"]
Loading

Changes walkthrough 📝

Relevant files
Documentation
bug.yaml
Bugテンプレート定義追加                                                                                       

.github/ISSUE_TEMPLATE/bug.yaml

  • 新規Issueテンプレートファイルを追加
  • name/description/labelsを定義
  • bodyにtextareaフィールド4つ追加
  • バリデーション設定を追加
  • +33/-0   
    coding.yaml
    Codingテンプレート定義追加                                                                                 

    .github/ISSUE_TEMPLATE/coding.yaml

  • 新規Issueテンプレートファイルを追加
  • name/description/labelsを定義
  • bodyにtextareaフィールド3つ追加
  • 任意のnotes/other設定
  • +26/-0   
    feature.yaml
    Featureテンプレート定義追加                                                                               

    .github/ISSUE_TEMPLATE/feature.yaml

  • 新規Issueテンプレートファイルを追加
  • labelsenhancementを設定
  • bodyにtextareaフィールド3つ追加
  • 任意のnotes/other設定
  • +26/-0   
    task.yaml
    Taskテンプレート定義追加                                                                                     

    .github/ISSUE_TEMPLATE/task.yaml

  • 新規Issueテンプレートファイルを追加
  • labelstaskを設定
  • bodyにtextareaフィールド3つ追加
  • 任意のnotes/other設定
  • +26/-0   

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @github-actions
    Copy link

    Migrate lint

    Lint output
    
    

    @github-actions
    Copy link

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    ラベル整合性

    リポジトリで利用しているラベル命名規約と一致しているか、他テンプレートとの一貫性を確認してください

    labels:
      - bug
    body:
    その他フィールド説明

    「その他」フィールドの説明が簡素なため、ユーザーが入力内容を迷わないよう、具体的なガイダンスを検討してください

    id: other
    attributes:
      label: その他
      description: その他
    validations:
      required: false

    @github-actions
    Copy link

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @ikura-hamu ikura-hamu merged commit cf94a38 into main Jul 17, 2025
    10 checks passed
    @ikura-hamu ikura-hamu deleted the conf/issue_form branch July 17, 2025 12:52
    @codecov
    Copy link

    codecov bot commented Jul 17, 2025

    Codecov Report

    All modified and coverable lines are covered by tests ✅

    Project coverage is 49.84%. Comparing base (8a0eda9) to head (746e92b).
    Report is 2 commits behind head on main.

    Additional details and impacted files
    @@           Coverage Diff           @@
    ##             main    #1291   +/-   ##
    =======================================
      Coverage   49.84%   49.84%           
    =======================================
      Files         130      130           
      Lines       11530    11530           
    =======================================
      Hits         5747     5747           
      Misses       5483     5483           
      Partials      300      300           

    ☔ View full report in Codecov by Sentry.
    📢 Have feedback on the report? Share it here.

    🚀 New features to boost your workflow:
    • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    2 participants