Merged
Conversation
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
このプルリクエストは、リポジトリ内のアップストリームタスク用に3つの新しいIssueテンプレートを導入します。これらのテンプレートは、プラグインベースのアーキテクチャとAtomic Designの原則を使用するNext.jsプロジェクトにおいて、設計、実装、およびUI開発のプロセスを標準化し明確にするために設計されています。コードベース全体での一貫性と保守性を確保するために、テンプレートは詳細な指示、厳格なスコープ境界、および品質ゲートを提供します。
アップストリームタスク用の新しいIssueテンプレート
設計プロセスの標準化:
.github/ISSUE_TEMPLATE/design_upstream_task.mdを追加しました。実装ワークフローの徹底:
.github/ISSUE_TEMPLATE/implement_upstream_task.mdを追加しました。UI開発とAtomic Design:
.github/ISSUE_TEMPLATE/ui_upstream_task.mdを追加し、Atomic Designによるコンポーネントの分割、コンポーネントの命名、CSSの責任範囲、Storybookの要件、および純粋なUI実装のための厳格なルールを詳述しました。