Skip to content

Commit

Permalink
Merge pull request #492 from ogapants/fix-contributing.md
Browse files Browse the repository at this point in the history
Fix CONTRIBUTING.md
  • Loading branch information
takahirom authored Aug 14, 2023
2 parents 412e378 + 570f042 commit 24374ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### タスクの見つけ方

タスク管理にGitHub Issueを使っています。こちらでコントリビュートしたいIssueをお探しください。[`welcome contribute``easy`のラベルがついているIssue](https://github.com/DroidKaigi/conference-app-2023/issues?q=is%3Aopen+is%3Aissue+label%3A%22welcome+contribute%22)は、初めてのコントリビュートにおすすめです。
タスク管理にGitHub Issueを使っています。こちらでコントリビュートしたいIssueをお探しください。[`welcome contribute``easy`のラベルがついているIssue](https://github.com/DroidKaigi/conference-app-2023/issues?q=is%3Aopen+is%3Aissue+label%3A%22welcome+contribute%22%2Ceasy)は、初めてのコントリビュートにおすすめです。

IssueがないPull Requestでも大丈夫です。その場合はPull Requestに理由、原因、解決策などの詳細をご記入ください。

Expand All @@ -33,4 +33,4 @@ Issueが望ましいですが、もし実装やリファクタリングのため

分からないことがありましたら何でも聞いてください!

コントリビュートを楽しみ、多くのことを学び、知識を共有し、DroidKaigiを楽みましょう
コントリビュートを楽しみ、多くのことを学び、知識を共有し、DroidKaigiを楽しみましょう
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We welcome your contribution!

### Finding tasks

We use GitHub issues to manage the tasks. Please check here for issues you would like to contribute to. [`welcome contribute` and `easy` are good labels](https://github.com/DroidKaigi/conference-app-2023/issues?q=is%3Aopen+is%3Aissue+label%3A%22welcome+contribute%22) to check for the first contribution.
We use GitHub issues to manage the tasks. Please check here for issues you would like to contribute to. [`welcome contribute` and `easy` are good labels](https://github.com/DroidKaigi/conference-app-2023/issues?q=is%3Aopen+is%3Aissue+label%3A%22welcome+contribute%22%2Ceasy) to check for the first contribution.

Of course, we also accept Pull Requests which don't have an issue. However, in this case please make sure you explain the motivation, cause, solution, etc in the PR description.

Expand Down

0 comments on commit 24374ce

Please sign in to comment.