-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from vektor-inc/test/aaaa
プルリクエストテンプレート追加
- Loading branch information
Showing
4 changed files
with
54 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
## チケットへのリンク / 変更の理由(元のissueがあればリンクを貼り付ければOK) | ||
|
||
|
||
## どういう変更をしたか? | ||
|
||
* このプルリクで変更した事を記載してください | ||
|
||
実装者はレビュワーに回す前に以下の事を確認してチェックをつけてください。 | ||
|
||
#### ソースコードについて | ||
|
||
- [ ] 複数の意図の変更 ( 機能の不具合修正 + 別の機能追加など ) を含んでいないか? | ||
- [ ] 関数名 / 変数名 / クラス名 / 保存値名 はそれだけで内容が想像できるものになっているか?紛らわしい命名になっていないか? | ||
- [ ] 関数名 / 変数名 / クラス名 / 保存値名 は既存のコードの命名規則に沿ったものになっているか? | ||
|
||
#### プログラムの変更の場合 | ||
|
||
テストを書かないのは普通ではありません。書けるテストは極力書くようにしてください。 | ||
書いていない場合は書かない理由を記載してください。 | ||
|
||
- [ ] 書けそうなテストは書いたか? | ||
|
||
#### その他 | ||
|
||
- [ ] readme.txt に変更内容は書いたか? | ||
- [ ] Files changed (変更ファイル)の内容は目視でちゃんと確認したか? | ||
- [ ] このチェック項目を機械的にチェックするのではなく本当にちゃんと確認をしたか? | ||
- [ ] レビュワーが確認しないでリリースしてしまっても問題ないレベルまでちゃんと作りこみ・確認をしたか? | ||
|
||
## 変更内容について何を確認したか、どういう方法で確認をしたかなど | ||
|
||
## レビュワーの確認方法・確認する内容など | ||
|
||
## レビュワーに回す前の確認事項 | ||
|
||
- [ ] このテンプレートのチェック項目をちゃんと確認してチェックしたか? | ||
|
||
--- | ||
|
||
## レビュワー向け | ||
|
||
### 確認して変更が反映されていない場合の確認事項 | ||
|
||
* プルしたか? | ||
* ビルドしたか? | ||
* ビルドしたディレクトリは正しいか(別の開発環境のディレクトリを見ていないか)? | ||
* npm install したか? | ||
* composer install したか? |
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
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
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