Por: Matthew Huxtable Add-on
Inspect and view changes in GitHub Commit Message Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Commit Message Helper",
"version": "1.2.0",
"description": "Enforces good git commit message discipline in GitHub PR merge dialogs: monospace font, line-length indicators, and text reflow.",
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icons/icon-48.svg",
"default_popup": "src/popup.html",
"default_title": "Commit Message Helper Settings"
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"src/text-processing.js",
"src/content.js"
],
"css": [
"src/content.css"
],
"run_at": "document_idle"
}
],
"icons": {
"48": "icons/icon-48.svg",
"96": "icons/icon-96.svg"
},
"browser_specific_settings": {
"gecko": {
"id": "{996c52ec-dd0a-4d25-9c1d-5c724c61c400}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Melhores alternativas GitHub Commit Message Helper
Aqui estão algumas Firefox add-ons que são similares a GitHub Commit Message Helper:
GitHub Merge Commit Message Rewriter
Redddy
Git Commit Helper
Winning
Github One-Click Commit
dschep
SC GitHub Helper
Paul Rogers (SC)
HelPR
Aviskar KC
Github Pull Request Commits
ikim23
GitHub PR info Slack formatter
Jairo Santos
Zach Whaley
Zach Whaley
Bitbucket Merge Text Modifier
SimuNews
Conventional Comments (GitHub) - by Pullpo
Pullpo.io
Conventional: comments
David Fournier
BitBucket Better PR Commit Message
reywood