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

Latest commit

 

History

History
31 lines (26 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

31 lines (26 loc) · 1.44 KB

Contributing to gothermostat

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to gothermostat, which is hosted in My Awesome Repository on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Styleguides

Git Commit Messages

  • 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 after the first line
  • When only changing documentation, include [ci skip] in the commit title
  • Consider starting the commit message with an applicable emoji:
    • 🎨 when improving the format/structure of the code
    • 🐎 when improving performance
    • 🚱 when plugging memory leaks
    • 📝 when writing docs
    • 🐧 when fixing something on Linux
    • 🍎 when fixing something on macOS
    • 🏁 when fixing something on Windows
    • 🐛 when fixing a bug
    • 🔥 when removing code or files
    • 💚 when fixing the CI build
    • ✅ when adding tests
    • 🔒 when dealing with security
    • ⬆️ when upgrading dependencies
    • ⬇️ when downgrading dependencies
    • 👕 when removing linter warnings