Skip to content

READMEのrefineとそれに伴う調整 - #113

Merged
touyou merged 3 commits into
mainfrom
docs/refine
Aug 14, 2025
Merged

READMEのrefineとそれに伴う調整#113
touyou merged 3 commits into
mainfrom
docs/refine

Conversation

@touyou

@touyou touyou commented Jul 25, 2025

Copy link
Copy Markdown
Member

概要

READMEを再編集し、より使いやすい形に修正しました

変更内容

  • READMEの更新
  • 仮で画像の追加
  • PRテンプレの調整
  • GitHub Actionsの調整

動作確認

  • pnpm lint を実行
  • pnpm build:package を実行してプロジェクトが正常にビルドされることを確認
  • pnpm test を実行してテストがすべて成功することを確認

関連 Issue

touyou added 2 commits July 25, 2025 15:30
- プルリクエストテンプレートのビルドコマンドを `pnpm build` から `pnpm build:package` に変更
- READMEにおけるコンポーネントライブラリの説明をNext.jsからReact.jsに修正
- 特徴セクションを追加し、柔軟性、アクセシビリティ、カスタマイズ性について記述
@touyou
touyou requested a review from ore0 July 25, 2025 07:14
@touyou touyou self-assigned this Jul 25, 2025
Copilot AI review requested due to automatic review settings July 25, 2025 07:14
@vercel

vercel Bot commented Jul 25, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sparkle-design ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2025 7:29am

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refines the README to make it more user-friendly and accessible, with improved structure and visual elements. The changes transform a developer-focused document into a more polished project presentation with enhanced usability.

  • Added visual thumbnail and reorganized content structure for better readability
  • Simplified installation and usage instructions with clearer sections
  • Updated CI workflow and PR template to align with current project structure

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.

File Description
README.md Complete restructure with visual header, streamlined content, and improved organization of installation/usage guides
.github/workflows/ci.yml Added push trigger for main branch and fixed quote consistency
.github/pull_request_template.md Updated build command reference from generic build to specific build:package

Comment thread README.md
```

または、グローバルにインストールした場合:
React.js + TypeScript を用いたコンポーネントライブラリです。<br />

Copilot AI Jul 25, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using HTML <br /> tags in Markdown is not a best practice. Consider using two spaces at the end of the line or a blank line for line breaks in Markdown.

Suggested change
React.js + TypeScript を用いたコンポーネントライブラリです。<br />
React.js + TypeScript を用いたコンポーネントライブラリです。

Copilot uses AI. Check for mistakes.
Comment thread README.md

### 個別コンポーネントの導入

Sparkle Design は shadcn/ui registry に対応しています。レジストリの URL は Storybook からコピーすることができます。<br />

Copilot AI Jul 25, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using HTML <br /> tags in Markdown is not a best practice. Consider using two spaces at the end of the line or a blank line for line breaks in Markdown.

Suggested change
Sparkle Design は shadcn/ui registry に対応しています。レジストリの URL は Storybook からコピーすることができます。<br />
Sparkle Design は shadcn/ui registry に対応しています。レジストリの URL は Storybook からコピーすることができます。

Copilot uses AI. Check for mistakes.
Comment thread README.md

```tsx
import { ButtonProps } from "sparkle-design";
以下のコマンドで `sparkle.config.json` の設定に基づいて、デザインシステムに準拠した CSS を生成します。<br />

Copilot AI Jul 25, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using HTML <br /> tags in Markdown is not a best practice. Consider using two spaces at the end of the line or a blank line for line breaks in Markdown.

Suggested change
以下のコマンドで `sparkle.config.json` の設定に基づいて、デザインシステムに準拠した CSS を生成します。<br />
以下のコマンドで `sparkle.config.json` の設定に基づいて、デザインシステムに準拠した CSS を生成します。

Copilot uses AI. Check for mistakes.
- CIバッジのリンクを正しいURLに更新しました。
Comment thread docs/images/thumbnail.png

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

 ロゴだけでもいいかも?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

サムネイル用意する場合は全体に確認を取ったり必要に応じてデザイナーをアサインしたいです!!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

あ、これは仮画像という扱いのつもりでした!
最終の画像はもちろんデザイナーアサインしたいです🙆

@touyou
touyou requested a review from ore0 July 31, 2025 01:02

@ore0 ore0 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

画像に対する認識が一致したのでLGTMです!対応ありがとうございます!

@touyou
touyou merged commit 104f06c into main Aug 14, 2025
3 checks passed
@touyou
touyou deleted the docs/refine branch August 14, 2025 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants