验尸模板
这是从各种来源(例如“一书, 一书和其他在线资源)中提取的事后模板的集合。
模板清单
自动加载模板
每次要编写事件报告时,都可以自动加载事后分析模板,而无需从文件中复制粘贴或手动写入结构。
Vim
您可以.vimrc添加到您的.vimrc文件中:
au BufNewFile postmortem-*.md 0r ~/postmortem-templates/templates/postmortem-template-srebook.md
埃马克斯
您可以.emacs下行添加到您的.emacs文件中:
(add-hook 'text-mode-hook (lambda () (when (and (string-prefix-p "postmortem-" (buffer-name)) (= (point-max) (point-min))) (insert-file-con