Skip to content

Instantly share code, notes, and snippets.

View ChrisNeff's full-sized avatar
:shipit:
Shipping. 🛳️

Christopher Neff ChrisNeff

:shipit:
Shipping. 🛳️
View GitHub Profile
@ChrisNeff
ChrisNeff / AlexaPassthrough.json
Last active February 17, 2022 15:11
Alexa pass-through
{
"interactionModel": {
"languageModel": {
"invocationName": "<REPLACE ME>",
"intents": [
{
"name": "GetUserIntent",
"slots": [
{
"name": "phrase",

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example