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

📝 fix wording #364

Merged
merged 11 commits into from
Sep 16, 2021
Merged

📝 fix wording #364

merged 11 commits into from
Sep 16, 2021

Conversation

bannzai
Copy link
Owner

@bannzai bannzai commented Sep 16, 2021

Abstract

  • 破棄の時のピルシート or ピルシートグループに文言を統一
  • 生理予定の変更画面でページングした時に赤色の選択したピルマークがチラつくので改善
  • 初期設定のピルシートグループ設定のタイトルを更新
  • 初期設定で今日飲むピル番号を2ページ目以降に設定しピルシートを作成した場合、前日までが服用済みにならなかったので修正。1番から未服用になっていた

#
# ==== Emojis ====
# 🐛  🐛 バグ修正
# 🤘  🤘 機能改善
# 🐚  🐚 コマンドを実行した結果とか
# ✨  ✨ 部分的な機能追加
# 🎉  🎉 盛大に祝うべき大きな機能追加
# 💉  💉 libraryの追加
# 📝  📝 ドキュメント・READMEの整備
# ♻️   ♻️ リファクタリング
# 🚿  🚿 不要な機能・使われなくなった機能の削除
# 💚  💚 テストやCIの修正・改善
# 👕  👕 Lintエラーの修正やコードスタイルの修正
# 🚀  🚀 パフォーマンス改善
# 🆙  🆙 依存パッケージなどのアップデート
# 🔒  🔒 新機能の公開範囲の制限
# 👮  👮 セキュリティ関連の改善
# 🎨  🎨 デザイン修正
# 🚧  🚧 WIP 一時的なコミット

# ==== Format ====
# :emoji: Subject
#
# Commit body...

# ==== The Seven Rules ====
# 1. Separate subject from body with a blank line
# 2. Limit the subject line to 50 characters
# 3. Capitalize the subject line
# 4. Do not end the subject line with a period
# 5. Use the imperative mood in the subject line
# 6. Wrap the body at 72 characters
# 7. Use the body to explain what and why vs. how
#
# How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/

# reference from http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/
# for https://github.com/bannzai/commit_template
#
# ==== Emojis ====
# 🐛  🐛 バグ修正
# 🤘  🤘 機能改善
# 🐚  🐚 コマンドを実行した結果とか
# ✨  ✨ 部分的な機能追加
# 🎉  🎉 盛大に祝うべき大きな機能追加
# 💉  💉 libraryの追加
# 📝  📝 ドキュメント・READMEの整備
# ♻️   ♻️ リファクタリング
# 🚿  🚿 不要な機能・使われなくなった機能の削除
# 💚  💚 テストやCIの修正・改善
# 👕  👕 Lintエラーの修正やコードスタイルの修正
# 🚀  🚀 パフォーマンス改善
# 🆙  🆙 依存パッケージなどのアップデート
# 🔒  🔒 新機能の公開範囲の制限
# 👮  👮 セキュリティ関連の改善
# 🎨  🎨 デザイン修正
# 🚧  🚧 WIP 一時的なコミット

# ==== Format ====
# :emoji: Subject
#
# Commit body...

# ==== The Seven Rules ====
# 1. Separate subject from body with a blank line
# 2. Limit the subject line to 50 characters
# 3. Capitalize the subject line
# 4. Do not end the subject line with a period
# 5. Use the imperative mood in the subject line
# 6. Wrap the body at 72 characters
# 7. Use the body to explain what and why vs. how
#
# How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/

# reference from http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/
# for https://github.com/bannzai/commit_template
#
# ==== Emojis ====
# 🐛  🐛 バグ修正
# 🤘  🤘 機能改善
# 🐚  🐚 コマンドを実行した結果とか
# ✨  ✨ 部分的な機能追加
# 🎉  🎉 盛大に祝うべき大きな機能追加
# 💉  💉 libraryの追加
# 📝  📝 ドキュメント・READMEの整備
# ♻️   ♻️ リファクタリング
# 🚿  🚿 不要な機能・使われなくなった機能の削除
# 💚  💚 テストやCIの修正・改善
# 👕  👕 Lintエラーの修正やコードスタイルの修正
# 🚀  🚀 パフォーマンス改善
# 🆙  🆙 依存パッケージなどのアップデート
# 🔒  🔒 新機能の公開範囲の制限
# 👮  👮 セキュリティ関連の改善
# 🎨  🎨 デザイン修正
# 🚧  🚧 WIP 一時的なコミット

# ==== Format ====
# :emoji: Subject
#
# Commit body...

# ==== The Seven Rules ====
# 1. Separate subject from body with a blank line
# 2. Limit the subject line to 50 characters
# 3. Capitalize the subject line
# 4. Do not end the subject line with a period
# 5. Use the imperative mood in the subject line
# 6. Wrap the body at 72 characters
# 7. Use the body to explain what and why vs. how
#
# How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/

# reference from http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/
# for https://github.com/bannzai/commit_template
@bannzai bannzai merged commit 426ca94 into feature/pill_sheet_group Sep 16, 2021
@bannzai bannzai deleted the fix/trivias branch September 16, 2021 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant