- @drhayes - David Hayes
- @mikemartin1090 - Mike Martin
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.
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 featuresfix: <description>
for bug fixeschore: <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.