Skip to content

Instantly share code, notes, and snippets.

@hachi-eiji
Last active October 24, 2015 11:43
Show Gist options
  • Save hachi-eiji/3e329873f82ebda70371 to your computer and use it in GitHub Desktop.
Save hachi-eiji/3e329873f82ebda70371 to your computer and use it in GitHub Desktop.
pull request bookmarklet
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'}})();
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