Skip to content

Commit

Permalink
docs: 更新贡献指南的 Rust 安装指引链接 (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb authored Jan 2, 2025
1 parent 5e84034 commit 1619d63
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING/en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down Expand Up @@ -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!
We're looking forward to your contributions to make EcoPaste much better!
14 changes: 7 additions & 7 deletions .github/CONTRIBUTING/ja-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 透明な開発

すべての作業はGitHub上で公開されています。コアチームメンバーであれ外部の貢献者であれ、すべてのプルリクエストは同じレビュープロセスを通過する必要があります。
すべての作業は GitHub 上で公開されています。コアチームメンバーであれ外部の貢献者であれ、すべてのプルリクエストは同じレビュープロセスを通過する必要があります。

## Issue を提出

Expand All @@ -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 を使用します

### 依存関係をインストール

Expand All @@ -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/)に従ってください。

### コミットの種類

Expand All @@ -72,4 +72,4 @@ pnpm tauri build
- perf: パフォーマンスの向上
- chore: その他の変更

「エコパス」をより良くするためのあなたの貢献を楽しみにしています!
「エコパス」をより良くするためのあなたの貢献を楽しみにしています!
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING/zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 进行包管理。

Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING/zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 進行包管理。

Expand Down

0 comments on commit 1619d63

Please sign in to comment.