Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.03 KB

Contributing

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

Table Of Contents

Styleguides

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, use the git-changelog app to commit your changes

Documentation Styleguide

  • Use git-changelog CHANGELOG.md to generate the changelog.
  • Use the API_REFERENCE.md to document the behavior and the contract of the API.
  • Use the GUIDE.md to document the use of package.