Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Todo display
- i18n support (English, Japanese)

[Unreleased]: https://github.com/ktmage/OpenCodeGUI/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/ktmage/OpenCodeGUI/releases/tag/v0.1.0
[Unreleased]: https://github.com/ktmage/opencode-gui/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/ktmage/opencode-gui/releases/tag/v0.1.0
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ This project itself is developed primarily through AI-assisted coding, and we we
#### Setup

```sh
git clone https://github.com/<your-fork>/OpenCodeGUI.git
cd OpenCodeGUI
git clone https://github.com/<your-fork>/opencode-gui.git
cd opencode-gui
npm install
npm run build
```
Expand All @@ -45,7 +45,7 @@ npm test

#### Reporting Bugs / Requesting Features

Opening an issue before starting work is recommended. Use the provided [issue templates](https://github.com/ktmage/OpenCodeGUI/issues/new/choose).
Opening an issue before starting work is recommended. Use the provided [issue templates](https://github.com/ktmage/opencode-gui/issues/new/choose).

For small fixes (typos, documentation improvements), you may open a PR directly.

Expand Down Expand Up @@ -112,8 +112,8 @@ By submitting a pull request, you agree that your contributions are licensed und
#### セットアップ

```sh
git clone https://github.com/<your-fork>/OpenCodeGUI.git
cd OpenCodeGUI
git clone https://github.com/<your-fork>/opencode-gui.git
cd opencode-gui
npm install
npm run build
```
Expand All @@ -128,7 +128,7 @@ npm test

#### バグ報告・機能リクエスト

作業を開始する前に Issue を立てることを推奨します。[Issue テンプレート](https://github.com/ktmage/OpenCodeGUI/issues/new/choose)を利用してください。
作業を開始する前に Issue を立てることを推奨します。[Issue テンプレート](https://github.com/ktmage/opencode-gui/issues/new/choose)を利用してください。

小さな修正(typo、ドキュメント改善など)は直接 PR を出しても構いません。

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ktmage/OpenCodeGUI"
"url": "https://github.com/ktmage/opencode-gui"
},
"homepage": "https://github.com/ktmage/OpenCodeGUI#readme",
"homepage": "https://github.com/ktmage/opencode-gui#readme",
"bugs": {
"url": "https://github.com/ktmage/OpenCodeGUI/issues"
"url": "https://github.com/ktmage/opencode-gui/issues"
},
"keywords": [
"opencode",
Expand Down