Skip to content

Instantly share code, notes, and snippets.

@tamamushi
Last active February 20, 2022 18:59
Show Gist options
  • Select an option

  • Save tamamushi/e77f8655efac897e710d9742c06eb098 to your computer and use it in GitHub Desktop.

Select an option

Save tamamushi/e77f8655efac897e710d9742c06eb098 to your computer and use it in GitHub Desktop.
GithubのIssueのPull request

GithuのIssutとPullRequest運用について

Pull Requestテンプレート
<!-- あくまでテンプレートなので必ずしもすべての項目を埋めなくてよい -->
# 概要
  
<!-- 変更の目的 もしくは 関連する Issue 番号 -->
# 変更内容
  
<!-- ビューの変更がある場合はスクショによる比較などがあるとわかりやすい -->
# 影響範囲
  
<!-- この関数を変更したのでこの機能にも影響がある、など -->
# 動作要件
  
<!-- 動作に必要な 環境変数 / 依存関係 / DBの更新 など -->
# 補足
  
<!-- レビューをする際に見てほしい点、ローカル環境で試す際の注意点、など -->
Issueテンプレート
<!-- あくまでテンプレートなので必ずしもすべての項目を埋めなくてよい -->

<!-- 要望のテンプレート -->
# 概要
# 目的
# 提案内容
# タスク
- [ ] 細かいタスクに分解できているなら書き出す

<!-- 不具合のテンプレート -->
# 概要
# 再現手順
# 修正しないとどう困るか
# 原因
# 修正案

参考

GithubのIssue運用
PullRequest関連
Issue関連
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment