-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# CodeReview | ||
日々作成したプログラムたちを相互レビューする | ||
|
||
## 基本的な使い方 | ||
Webブラウザ上で全てを完結させることを信条とする | ||
|
||
### コードをアップする | ||
1. Codeタブを表示した状態で、"New file" ボタンを押す | ||
2. フォルダとか適当に切って、アップしたいコードの断片に名前をつける | ||
3. ソース内のコメントに何をするコードかを簡単に書く | ||
4. Commitせずに **PullRequest** を作成する | ||
5. ブランチ名は適当で良い | ||
|
||
### コードをレビューする | ||
1. PullRequestを見る | ||
2. 気になるところにコメントする(もっとこうした方がいいんじゃない。とか) |