Skip to content

Instantly share code, notes, and snippets.

@minop1205
Last active May 12, 2020 20:03
Show Gist options
  • Save minop1205/f426d168ce7f71d9d1bdc1c37b5fdeb1 to your computer and use it in GitHub Desktop.
Save minop1205/f426d168ce7f71d9d1bdc1c37b5fdeb1 to your computer and use it in GitHub Desktop.
リファクタリングのためのGitHub ISSUE_TEMPLATE
name about title labels
Refactoring
機能要望や不具合報告ではない、内部リファクタリングやその他改善のためのタスク
リファクタリング:
refactoring

リファクタリング

概要

例: 日付操作ライブラリをmomentからdayjsへ切り替える。

目的・理由

例: momentはバンドルサイズが非常に大きく、他の日付操作ライブラリへの移行を検討したところ、dayjsが良さそうだったため。

手順や参考情報があれば

参考URLなどあれば

TODO

  • 日付操作ライブラリの比較
  • moment使用箇所の洗い出し
  • npmパッケージの入れ替え
  • コード修正
  • 動作検証
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment