Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 1.03 KB

Primary Maintainer(s)

  • @drhayes - David Hayes
  • @mikemartin1090 - Mike Martin

How to Contribute

We welcome any contributions that can help make this a more useful repository inner-source. Contributions can include, but are not limited to:

  • Documentation improvements
  • Creating issues for bugs and participating when the solution/fix needs to be tested
  • Pull Requests for features, fixes, etc.

Formatting Commit Messages

This repository uses conventional commits to format commit messages. This allows us to automatically generate changelogs and release notes. Please see this link for more information on how to format your commit messages.

Specifically, we use the following format:

  • feat: <description> for new features
  • fix: <description> for bug fixes
  • chore: <description> for changes that don't affect the codebase

One of those should be the first line in your commit message. If you need to add more detail, you can add a blank line and then add more detail.