-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Add document for 'Why Learn CI & CD' #10
base: main
Are you sure you want to change the base?
Conversation
- なぜCI&CDをするのかの概観を感じる | ||
- 動機/理由となるところ | ||
- 実行環境について | ||
- 今度、身につけていくことのボリューム感を感じる |
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.
今度?
|
||
--- | ||
|
||
### どんな安心? |
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.
「どんな安心?」「どうして楽をしたい?」があるのに「品質の高さ」について言及がないのはなぜですか?
|
||
### どんな安心? | ||
|
||
- 開発が着実に進んでいることの確証を得たい |
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.
「開発が着実に進んでいる確証」って具体的になんのことを指してますか?
- 変更点によって、他に意図しない影響を与えていないか | ||
- → 自動化されたビルド、テスト、デプロイの成功 | ||
|
||
**→ これらの確証が取れている状態であることがわかっていれば、安心して、確認の負担を減らせる** |
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.
「これらの確証が取れている状態」でも残る確認の負担とはなんですか?
Describe the PR
To close #5 .
Detail of the change
Add
WhyLearnCICD.md
.Exported PDF with Marp (on Extension of Visual Studio Code).
Anticipated impacts
None.
Additional context
None.