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

GIthubの運用ルール #1

Open
julien120 opened this issue Apr 15, 2021 · 0 comments
Open

GIthubの運用ルール #1

julien120 opened this issue Apr 15, 2021 · 0 comments
Assignees

Comments

@julien120
Copy link
Owner

github の運用ルール

このプロジェクトは、IDD(Issue Driven Develop)で行います!

IDD(Issue Driven Develop)とは?
issue に対する開発を行い、必ず PullRequest も issue に向けた変更になっているように設計する開発手法です。

ルール

  1. main ブランチ への直接 Push は 🆖
  2. ブランチルールに則った Branch 名で作業ブランチを切ること
  3. PullRequest は必ず main ブランチ に向けて作ること

ブランチルール
feature/[issue番号]/[issueの内容(英語で)]

[例]
feature/1/createBaseWebApplication

作業の流れ

  1. Projectを確認して自分がアサインされている issue がないか確認
  2. アサインされている issue の中から実装しようと決めた issue を「In Progress」に移動する
  3. main ブランチをチェックアウトして、git pullする
  4. ブランチルールに従い、作業用のブランチを新規作成
  5. issue 内容を満たすようにローカル環境で開発を進める
    • commit はできるだけ作業内容が後から追ったときにわかりやすい単位で細かく切ること!
    • コミットメッセージは日本語で良いので丁寧に書くこと!
  6. 開発が完了したら、main←作業ブランチの PullRequest を作成する
  7. Pull Request にclose #1のように close コマンドを入力して、Pull Request をマージしたら紐づく issue が close されるようにしておく
  8. Reviewers, Assignees, Labels の項目を issue と合わせて設定しておく
  9. 「Files changed」で自分の書いたコードにバグなどがないか一通りチェックする
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant