Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 509 Bytes

File metadata and controls

23 lines (16 loc) · 509 Bytes

Contributing to spotcode-sns

Thanks for your interest!

開発

npm install
npm run start:web      # Web 版を 8080 で起動
npm run start:electron # Electron 版を起動

ブランチ

  • main … 安定版
  • feat/* … 新機能
  • fix/* … バグ修正
  • docs/* … ドキュメントのみ

PR

  • 1 PR 1 機能。差分が大きい場合は分割を歓迎。
  • commit message は Conventional Commits 形式(feat:, fix:, docs:, chore:, ci: 等)を推奨。