Skip to content
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

PR template を追加する #15

Merged
merged 4 commits into from
Jan 19, 2018
Merged

PR template を追加する #15

merged 4 commits into from
Jan 19, 2018

Conversation

pokotyamu
Copy link
Contributor

参加者に最低限レベルで書いてもらうために、 template を追加する。
見出し英語の本文日本語でもいいかなと思ったけど、全部日本語にした。

Why 的なのは書きづらいと思うけど、いるかな?🤔
あと Base ブランチの話しも載せるかちょっと悩んだ
@kielze 意見が欲しいです🙏

@pokotyamu pokotyamu self-assigned this Jan 18, 2018
@pokotyamu
Copy link
Contributor Author

あと既存で受けてもらっている人にマージしてもらうかか。
fork したブランチでも git pull origin master からの rebase master でいけるっけ?

@hanocha
Copy link
Contributor

hanocha commented Jan 18, 2018

#15 (comment)

単に origin master だと自分のリモートの master を見ちゃって、 fork 元は見ない気がする。
以下のページを参考に設定していないと fork 元は追えない可能性 🤔

https://help.github.com/articles/fork-a-repo/#keep-your-fork-synced

@@ -0,0 +1,27 @@
PR を作成する時に Description を書いてみましょう。
各項目に例を載せているので、それに合わせて書いてみて下さい!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why というか「やりたかったこと」的なセクションがあっても良いのかなと思ったりした。

@@ -0,0 +1,27 @@
PR を作成する時に Description を書いてみましょう。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

先の話じゃないけど「Pull Request」って書いておいたほうがいいかも?
もしくは「このプルリクエストでやった作業を分かりやすくするため、Description を書いてみましょう」とか?

動作確認方法
---

どうやったら、レビュー者がこの PR でやったことを確認できますか?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

「このPRでの作業内容の確認方法を書いておくとより親切です。 👍 」とかのが良いかも?

@pokotyamu
Copy link
Contributor Author

指摘してもらったポイントで調整してみた!

@pokotyamu
Copy link
Contributor Author

これで出来た。

$ git remote add fork_origin [email protected]:feedforce/e-navigator.git
$ git pull fork_origin master

@pokotyamu
Copy link
Contributor Author

@hanocha @kielze どうかしら?

@sukechannnn
Copy link
Contributor

sukechannnn commented Jan 18, 2018

内容は良さそうに思いました!

forkした場合に元のブランチのmasterを取ってくる時にはよくupstreamを使いますね。

$ git remote add upstream [email protected]:feedforce/e-navigator.git
$ git pull upstream master

@pokotyamu
Copy link
Contributor Author

あ、 upstream の方が一般的なのか 🙏
それで良いと思う!

@pokotyamu
Copy link
Contributor Author

連絡は一斉通知使うかな?

@sukechannnn
Copy link
Contributor

そうですね!

@pokotyamu
Copy link
Contributor Author

これマージしちゃうね!

@pokotyamu pokotyamu merged commit a9d84c4 into master Jan 19, 2018
@pokotyamu pokotyamu deleted the feature/add-pr-template branch January 19, 2018 01:18
動作確認方法
---

どうやったらレビュー者が作業内容を確認できるか、確認方をを書いてみましょう。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

マージされた PR にコメントするのアレだけど
s/確認方をを/確認方法を/
(あとで時間あいたら PR 出します)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#17 で修正しました 🙏

r-yanyo added a commit to r-yanyo/e-navigator that referenced this pull request Mar 25, 2018
mikutas pushed a commit to mikutas/e-navigator that referenced this pull request Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants