Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.3 KB

File metadata and controls

37 lines (31 loc) · 1.3 KB

🚧 Notice 🚧

Contributing to spaceship

Commit Guide

Consider starting the commit message with an applicable emoji:

  • 🎨 :art: when improving the format/structure of the code
  • 💚 :green_heart: when fixing the CI build
  • ♻️ :recycling: project Environment
  • :white_check_mark: when adding tests
  • 👕 :shirt: when removing linter warnings
  • :sparkles: new feature
  • 🐛 :bug: bugfix
  • 📇 :card_index: text update or typo
  • 📚 :books: documentation
  • 🐎 :racehorse: performance
  • 💄 :lipstick: cosmetic (UI)
  • 🔧 :wrench: tooling & scripting
  • 🚧 :construction: work in progress (WIP)
  • ⬆️ :arrow_up: when upgrading dependencies
  • ⬇️ :arrow_down: when downgrading dependencies
  • 🔥 :fire: when removing code or files
  • 💩 :poop: deprecation
  • 🔬 :microscope: experimental try
  • 📷 :camera: snapshot update

Feature Requests

Add issue first. And make Pull Request. 👍

Coding Guidelines

Guidelines are enforced using ESLint:

$ npm run test