Skip to content

Commit a9ef657

Browse files
authored
Merge pull request #26 from vitabletech/develop
Merge changes into release branch
2 parents d5dbee9 + d15157a commit a9ef657

5 files changed

+15481
-0
lines changed

commitlint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
'test',
1414
'enhancement',
1515
'feature',
16+
'added',
1617
],
1718
],
1819
},

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
{
5555
"language": "",
5656
"path": "./snippets/sass.code-snippets"
57+
},
58+
{
59+
"language": "php",
60+
"path": "./snippets/wp.code-snippets"
61+
},
62+
{
63+
"language": "php",
64+
"path": "./snippets/wp_class_and_constants.code-snippets"
5765
}
5866
]
5967
},

snippets/shell.code-snippets

+5
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,10 @@
176176
"prefix": "_git reset single commit",
177177
"body": ["git commit --amend --no-edit --reset-author"],
178178
"description": "Git Author Reset Single Commit"
179+
},
180+
"Generate SSH Key": {
181+
"prefix": "_ssh key",
182+
"body": ["ssh-keygen -t ed25519 -C '[email protected]'"],
183+
"description": "Generate SSH Key"
179184
}
180185
}

0 commit comments

Comments
 (0)