-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PullReq作成時にテンプレートが反映されるように修正 #5834
Conversation
@sadanora おつかれさまですー PullReqを作成しましたので、レビューをお願いしたいです! 🙏🏻 |
@ksmxxxxxx
私なりに思ったことを書いてみました〜 なお、最近チーム開発に入ったばかりで、私はPR作成の際はいつもGood First Issue 攻略・その1「着手からレビュー依頼まで」Pull Requestを作成する | FBCを参考にしています。 変更確認方法ブランチの取り込みと、ブートキャンプアプリの起動までは記入例に含めてもいいのかなと思いました。(多くのPRでほぼ行いそうなので)
1. ブランチ`feature/<ブランチ名>`をローカルに取り込む
2. `bin/rails s`でローカル環境を立ち上げる
3. ... screenshotテーブル見やすくて良いと思うのですが、テーブルを使っているPRは少なくとも私はほとんどみたことがなく、以下の方がいつも通り使ってもらえやすそうだなと思いました〜 ## 変更前
<img ...>
## 変更後
<img ...> |
b1dee07
to
bc33e1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ksmxxxxxx
ご確認&修正ありがとうございます〜!
問題ないと思うのでApproveさせていただきました!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認させて頂きました。OKです〜🙆♂️
Issue
概要
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
を作成すれば、適用されるとのこと。.github/PULL_REQUEST_TEMPLATE/{任意のファイル名}.md
で適用されるようになるのか?→されなかった.github/PULL_REQUEST_TEMPLATE.md
で適用されるのか?→適用された.github/pull_request_template.md
(ファイル名小文字)で適用されるのか→適用されたmv .github/PULL_REQUEST_TEMPLATE/pull_request_template.md .github/
でpull_request_template.md
を移動rm -rf .github/PULL_REQUEST_TEMPLATE
で不要になったディレクトリを削除変更確認方法
レビューほしいところ
テンプレート内容で「こういう項目もあったほうがいい」とか、「この項目はあまり使わないのでなくても大丈夫」などあればコメントください