Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (29 loc) · 1.87 KB

CONTRIBUTING.md

File metadata and controls

31 lines (29 loc) · 1.87 KB

contributing to webuild menubar

👍❄️ thanks for taking the time to contribute! ☀️💝

  1. Fork this project
  • Create a new feature/patch branch
  • Code code code
  • Write a good commit message with some guidelines here:
    1. format <type>(<scope>): <subject> (inspired by angular js)
    • use the present tense ("add feature" not "added feature")
    • use the imperative mood ("move cursor to..." not "moves cursor to...")
    • limit the first line to 72 characters or less
    • reference issues and pull requests liberally
    • consider starting the commit message with an applicable emoji as inspired by atom guidelines:
      • 🎨 :art: when improving the format of the code
      • 🐎 :racehorse: when improving performance
      • 🚱 :non-potable_water: when plugging memory leaks
      • 📝 :memo: when writing docs
      • 🐧 :penguin: when fixing something on Linux
      • 🍎 :apple: when fixing something on Mac OS
      • 🏁 :checkered_flag: when fixing something on Windows
      • 🐛 :bug: when fixing a bug
      • 🔥 :fire: when removing code or files
      • 💚 :green_heart: when fixing the CI build
      • :white_check_mark: when adding tests
      • 🔒 :lock: when dealing with security
      • ⬆️ :arrow_up: when upgrading dependencies
      • ⬇️ :arrow_down: when downgrading dependencies
      • 👕 :shirt: when removing linter warnings
  • Pull request using the new feature/patch branch
  • Ensure the Travis build passes