Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.79 KB

CONTRIBUTING.md

File metadata and controls

47 lines (40 loc) · 1.79 KB

Contributing to Bootstrap-waterfall

Bootstrap-waterfall is fairly simple, enjoy your contributing, happy coding!

Keep it simple

Simple is the only thing to keep in mind.

Git Commit Messages

  • Commit message will be used as release notes directly.

  • Start with an emoji beblow:

    (From Atom Team)

    • 🎨 :art: when improving the format/structure 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

    (or)

    • 🍻 :beers: when bumping versions or whenever you want beers!
    • 🎉 :tada: when none of those above you want to use

Todo

  • Rewrite with ES2015
  • Write test cases
  • CI

Done

  • Prepare gh-pages.
  • Support simple usage.
  • Try on JiaDingWaiMai.
  • Update Yeoman generater.
  • Fix the way of getting pin's width when resize with responsive layout.
  • Explain why named as bootstrap.
  • DOC: zero configuration.
  • DOC: add css codes for responsive view.
    #5