-
Notifications
You must be signed in to change notification settings - Fork 20
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
不具合修正に関する追記 #1469
Open
kawakichi-desu
wants to merge
4
commits into
main
Choose a base branch
from
release-note-rewrite
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+19
−2
Open
不具合修正に関する追記 #1469
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
603037c
不具合修正に関する追記
kawakichi-desu 664c708
改行などを反映
kawakichi-desu 4051d84
Update src/content/articles/products/contents/release-note/releasenot…
kawakichi-desu 64d8cce
Update src/content/articles/products/contents/release-note/releasenot…
kawakichi-desu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -38,8 +38,7 @@ SmartHR Design Systemのガイドラインに準拠するための変更の場 | |||||
|
||||||
### 不具合修正 | ||||||
不具合の修正について記載します。 | ||||||
どの画面、どのUIでどのような不具合が修正されたかを具体的に書きます。 | ||||||
|
||||||
どの画面、どのUIでどのような不具合が修正されたかを具体的に書きます。ただし、発生条件が複雑な場合かつ影響範囲が小さい場合などは、詳しく書かない判断をしても構いません。 | ||||||
不具合修正が複数ある場合は、箇条書きで記載します。 | ||||||
|
||||||
### 廃止した機能 | ||||||
|
@@ -161,3 +160,21 @@ SmartHR Design Systemのガイドラインに準拠するための変更の場 | |||||
|
||||||
##### 例 | ||||||
UIのみの変更であり、検索結果や付与する権限については変更ありません。 | ||||||
|
||||||
### 補足:不具合修正は簡潔かつ具体的に書く | ||||||
基本姿勢は[不具合修正の基本的な書き方](#h3-3)に記載している「どの画面、どのUIでどのような不具合が修正されたかを具体的に書く」です。 | ||||||
一文で簡潔に書くことが多い不具合修正は、短文ゆえに、書き方によっては本来影響のないユーザーに不安を与えかねない内容になる場合があります。 | ||||||
どの粒度で書くか、どのように書くか迷ったときは、以下の例を参考にしてください。 | ||||||
|
||||||
#### 良い例 | ||||||
##### 基本の書き方 | ||||||
- バックグラウンド処理詳細画面に表示される一部のエラーにおいて、CSVファイルの行数が表示されない不具合を修正しました。 | ||||||
- ◯◯機能でデータを同期するときに基本機能のデータに不整合があってもエラーにならないようにしました。 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
@misatokondo こちらに差し替えます🙏 |
||||||
|
||||||
##### 発生条件が複雑な場合かつ影響範囲が小さい場合 | ||||||
- 源泉徴収票機能の検索が正しく絞り込めないことがある不具合を修正しました。 | ||||||
- 発生条件や影響範囲を「正しく絞り込めないことがある」と表現しています。 | ||||||
|
||||||
#### 悪い例 | ||||||
- CSVファイル関連の不具合1件を修正しました。 | ||||||
- 不具合1件を修正しました。 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🦀すぎるので差し替えます!ありがとうございます!