diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0d2aeffd9..76cd60869 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -29,9 +29,9 @@ body: label: Validations description: Before submitting the issue, please make sure you do the following options: - - label: Follow our [Code of Conduct](https://github.com/moeru-ai/airi/blob/main/CODE_OF_CONDUCT.md) + - label: Follow our [Code of Conduct](https://github.com/moeru-ai/airi/blob/main/.github/CODE_OF_CONDUCT.md) required: true - - label: Read the [Contributing Guide](https://github.com/moeru-ai/airi/blob/main/CONTRIBUTING.md). + - label: Read the [Contributing Guide](https://github.com/moeru-ai/airi/blob/main/.github/CONTRIBUTING.md). required: true - label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index ca5a90959..66fdd79d9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -34,9 +34,9 @@ body: label: Validations description: Before submitting the issue, please make sure you do the following options: - - label: Follow our [Code of Conduct](https://github.com/moeru-ai/airi/blob/main/CODE_OF_CONDUCT.md) + - label: Follow our [Code of Conduct](https://github.com/moeru-ai/airi/blob/main/.github/CODE_OF_CONDUCT.md) required: true - - label: Read the [Contributing Guide](https://github.com/moeru-ai/airi/blob/main/CONTRIBUTING.md). + - label: Read the [Contributing Guide](https://github.com/moeru-ai/airi/blob/main/.github/CONTRIBUTING.md). required: true - label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate. required: true diff --git a/README.md b/README.md index ef0b354ca..475448fca 100644 --- a/README.md +++ b/README.md @@ -125,11 +125,11 @@ Capable of ## Development -> For detailed instructions to develop this project, follow the [CONTRIBUTING.md](./CONTRIBUTING.md) +> For detailed instructions to develop this project, follow the [CONTRIBUTING.md](./.github/CONTRIBUTING.md) > [!NOTE] > By default, `pnpm dev` will start the development server for the Stage Web (browser version), if you would -> like to try developing the desktop version, please make sure you read [CONTRIBUTING.md](./CONTRIBUTING.md) +> like to try developing the desktop version, please make sure you read [CONTRIBUTING.md](./.github/CONTRIBUTING.md) > to setup the environment correctly. ```shell diff --git a/docs/README.ja-JP.md b/docs/README.ja-JP.md index f995834fa..e345c09dc 100644 --- a/docs/README.ja-JP.md +++ b/docs/README.ja-JP.md @@ -113,11 +113,11 @@ ## 開発 -> このプロジェクトの詳細な開発手順については、[CONTRIBUTING.md](./CONTRIBUTING.md)を参照してください +> このプロジェクトの詳細な開発手順については、[CONTRIBUTING.md](../.github/CONTRIBUTING.md)を参照してください > [!NOTE] > デフォルトでは `pnpm dev`はステージウェブ(ブラウザ版)の開発サーバーを起動します。 -> デスクトップ版の開発を試したい場合は、[CONTRIBUTING.md](./CONTRIBUTING.md)を読んで環境を正し +> デスクトップ版の開発を試したい場合は、[CONTRIBUTING.md](../.github/CONTRIBUTING.md)を読んで環境を正し > くセットアップしてください。 ```shell diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index abec29d3a..1b6eab298 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -111,7 +111,7 @@ ## 开发 -> 有关开发此项目的具体教程,参见 [CONTRIBUTING.md](./CONTRIBUTING.md) +> 有关开发此项目的具体教程,参见 [CONTRIBUTING.md](../.github/CONTRIBUTING.md) ```shell pnpm i