-
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
未ログイン状態のトップ画面にGitHubのリンクを追加 #8161
base: main
Are you sure you want to change the base?
Conversation
@kurumadaisuke |
@hagiya0121 |
@kurumadaisuke |
@mousu-a |
@hagiya0121 |
@mousu-a |
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.
@hagiya0121
レビューお待たせしました🙇♂️
コード良いと思います!
PR概要の「変更確認方法」についてですが、こんなふうにするとより親切かもです〜🙆
(細かいところですがせっかくのgood first issueなので!)
git fetch origin pull/8161/head:feature/add-github-link
git checkout feature/add-github-link
他にも一点コメントさせていただきましたが修正はありませんのでこちらからはApproveとさせていただきます〜!
@@ -14,6 +14,9 @@ footer.not-logged-in-footer | |||
li.not-logged-in-footer__nav-item | |||
= link_to coc_path, class: 'not-logged-in-footer__nav-item-link' do | |||
| アンチハラスメントポリシー | |||
li.not-logged-in-footer__nav-item | |||
= link_to 'https://github.com/fjordllc/bootcamp', class: 'not-logged-in-footer__nav-item-link' do | |||
| ソースコード |
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.
コミット 74c4962 についてですが、これくらいの変更点であればrebaseして1つのコミットにまとめてしまって良いと思います!
理由としましては、レビュアーは知らなくて良いコミット(履歴)だと思うからです👀
(今から修正する必要はないです!今後の参考までに)
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.
@hagiya0121 (CC: @mousu-a )
こちらできれば修正していただきたいです〜
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.
@komagata
修正しました🙏
@mousu-a |
@komagata |
Github → GitHub ですー |
@machida |
@@ -14,6 +14,9 @@ footer.not-logged-in-footer | |||
li.not-logged-in-footer__nav-item | |||
= link_to coc_path, class: 'not-logged-in-footer__nav-item-link' do | |||
| アンチハラスメントポリシー | |||
li.not-logged-in-footer__nav-item | |||
= link_to 'https://github.com/fjordllc/bootcamp', class: 'not-logged-in-footer__nav-item-link' do | |||
| ソースコード |
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.
@hagiya0121 (CC: @mousu-a )
こちらできれば修正していただきたいです〜
@komagata こちらのissueと同じように |
@mousu-a |
74c4962
to
66a56fb
Compare
Issue
ログイン前にGitHubへのリンクが欲しい #8159
概要
未ログイン状態のトップ画面にリポジトリリンクを追加しました。
変更確認方法
feature/add-github-link
をローカルに取り込むれていることを確認
http://localhost:3000/
Screenshot
変更前
変更後