From 1619d63b96588b1831b35a8202fb78f2669044f6 Mon Sep 17 00:00:00 2001 From: ayangweb <75017711+ayangweb@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:19:03 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=B4=A1=E7=8C=AE?= =?UTF-8?q?=E6=8C=87=E5=8D=97=E7=9A=84=20Rust=20=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=8C=87=E5=BC=95=E9=93=BE=E6=8E=A5=20(#921)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CONTRIBUTING/en-US.md | 10 +++++----- .github/CONTRIBUTING/ja-JP.md | 14 +++++++------- .github/CONTRIBUTING/zh-CN.md | 2 +- .github/CONTRIBUTING/zh-TW.md | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/CONTRIBUTING/en-US.md b/.github/CONTRIBUTING/en-US.md index a9dd8e77dd..5aa7420631 100644 --- a/.github/CONTRIBUTING/en-US.md +++ b/.github/CONTRIBUTING/en-US.md @@ -8,13 +8,13 @@ All work is conducted openly on GitHub. Whether you are a core team member or an ## Submitting Issues -We use [GitHub Issues](https://github.com/EcoPasteHub/EcoPaste/issues) for bug reports and feature suggestions. +We use [GitHub Issues](https://github.com/EcoPasteHub/EcoPaste/issues) for bug reports and feature suggestions. -Before submitting an issue, please search for similar problems, as they may have already been addressed or are in progress. +Before submitting an issue, please search for similar problems, as they may have already been addressed or are in progress. - For feature suggestions, describe the change you want and the expected behavior. -- For bug reports, please include detailed steps to reproduce the issue. +- For bug reports, please include detailed steps to reproduce the issue. ## Submitting Pull Requests @@ -30,7 +30,7 @@ Before submitting an issue, please search for similar problems, as they may have ### Setup -- [Rust](https://tauri.app/v1/guides/getting-started/prerequisites/): Install Rust according to the official instructions. +- [Rust](https://v1.tauri.app/v1/guides/getting-started/prerequisites/): Install Rust according to the official instructions. - [Node.js](https://nodejs.org/en/): Required to run the project. @@ -72,4 +72,4 @@ Here are the available commit types: - perf: Performance improvements - chore: Other changes -We're looking forward to your contributions to make EcoPaste much better! \ No newline at end of file +We're looking forward to your contributions to make EcoPaste much better! diff --git a/.github/CONTRIBUTING/ja-JP.md b/.github/CONTRIBUTING/ja-JP.md index 293ce95bc6..70faf840f9 100644 --- a/.github/CONTRIBUTING/ja-JP.md +++ b/.github/CONTRIBUTING/ja-JP.md @@ -4,7 +4,7 @@ ## 透明な開発 -すべての作業はGitHub上で公開されています。コアチームメンバーであれ外部の貢献者であれ、すべてのプルリクエストは同じレビュープロセスを通過する必要があります。 +すべての作業は GitHub 上で公開されています。コアチームメンバーであれ外部の貢献者であれ、すべてのプルリクエストは同じレビュープロセスを通過する必要があります。 ## Issue を提出 @@ -20,21 +20,21 @@ ### 貢献ワークフロー -- 問題を主張する: GitHubで新しい問題を作成し、または既存のものを主張して他の人に自分が取り組んでいることを知らせ、重複する取り組みを避けます。 +- 問題を主張する: GitHub で新しい問題を作成し、または既存のものを主張して他の人に自分が取り組んでいることを知らせ、重複する取り組みを避けます。 - プロジェクト開発: 準備ができたら、ローカル環境でバグ修正や機能開発を進めましょう。 - テスト: 変更が既存の機能を壊さないことを確認するために徹底的にテストしてください。 -- PRを提出する。 +- PR を提出する。 ### セットアップ -- [Rust](https://tauri.app/v1/guides/getting-started/prerequisites/): 公式の指示に従ってRustをインストールしてください。 +- [Rust](https://v1.tauri.app/v1/guides/getting-started/prerequisites/): 公式の指示に従って Rust をインストールしてください。 - [Node.js](https://nodejs.org/en/): プロジェクトの実行に必要です。 -- [Pnpm](https://pnpm.io/): このプロジェクトでは、パッケージ管理にPnpmを使用します。 +- [Pnpm](https://pnpm.io/): このプロジェクトでは、パッケージ管理に Pnpm を使用します。 ### 依存関係をインストール @@ -58,7 +58,7 @@ pnpm tauri build ## コミットガイドライン -コミットメッセージには[conventional-changelog標準](https://www.conventionalcommits.org/ja/v1.0.0/)に従ってください。 +コミットメッセージには[conventional-changelog 標準](https://www.conventionalcommits.org/ja/v1.0.0/)に従ってください。 ### コミットの種類 @@ -72,4 +72,4 @@ pnpm tauri build - perf: パフォーマンスの向上 - chore: その他の変更 -「エコパス」をより良くするためのあなたの貢献を楽しみにしています! \ No newline at end of file +「エコパス」をより良くするためのあなたの貢献を楽しみにしています! diff --git a/.github/CONTRIBUTING/zh-CN.md b/.github/CONTRIBUTING/zh-CN.md index e29d3d56e9..2b11965da4 100644 --- a/.github/CONTRIBUTING/zh-CN.md +++ b/.github/CONTRIBUTING/zh-CN.md @@ -20,7 +20,7 @@ ### 准备工作 -- [Rust](https://tauri.app/v1/guides/getting-started/prerequisites/): 请自行根据官网步骤安装 rust 环境。 +- [Rust](https://v2.tauri.app/start/prerequisites/): 请自行根据官网步骤安装 rust 环境。 - [Node.js](https://nodejs.org/en/): 用于运行项目。 - [Pnpm](https://pnpm.io/):本项目使用 Pnpm 进行包管理。 diff --git a/.github/CONTRIBUTING/zh-TW.md b/.github/CONTRIBUTING/zh-TW.md index a4b5410d55..d39ea741fa 100644 --- a/.github/CONTRIBUTING/zh-TW.md +++ b/.github/CONTRIBUTING/zh-TW.md @@ -20,7 +20,7 @@ ### 準備工作 -- [Rust](https://tauri.app/v1/guides/getting-started/prerequisites/): 請自行根據官網步驟安裝 rust 環境。 +- [Rust](https://v1.tauri.app/v1/guides/getting-started/prerequisites/): 請自行根據官網步驟安裝 rust 環境。 - [Node.js](https://nodejs.org/en/): 用於運行項目。 - [Pnpm](https://pnpm.io/):本項目使用 Pnpm 進行包管理。