Last active
October 24, 2015 11:43
-
-
Save hachi-eiji/3e329873f82ebda70371 to your computer and use it in GitHub Desktop.
pull request bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function() {var t = document.getElementById('pull_request_title');if(t){t.value +='[x/xリリース] <内容>';} var e = document.getElementById('pull_request_body');if (e) {e.value += '<チケットのURL>\n## 現象\n\n## 原因\n\n## 修正内容\n\n## データパッチの有無\n\n'}})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function() {var t = document.getElementById('pull_request_title');if(t){t.value +='[x/xリリース] <内容>';} var e = document.getElementById('pull_request_body');if (e) {e.value += '<チケットのURL>\n## やりたいこと/背景\n\n## 懸念点\n\n## SQL変更時は実行計画\n\n## リンク\n\n'}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment