github.com/mentimeter/morty@v1.2.2-0.20221012065510-5596adecd154/mortems/how_to.go (about)

     1  package mortems
     2  
     3  const howToContent = "_\"Human error is not the cause of our troubles; " +
     4  	"instead, human error is a consequence of the design tools that we gave them\"_\n" +
     5  	"_\"By removing blame, you remove fear, and by removing fear, you get honesty\"_\n" +
     6  	"## Post Mortem Action Plan\n" +
     7  	"1. Wait until the incident is over\n" +
     8  	"1. Schedule a blameless-post-mortem meeting\n" +
     9  	"1. Make a new post mortem based on the template `cp template.md 00x-name-of-your-mortem.md` " +
    10  	"(there are more helpful tips here)\n" +
    11  	"1. Fill out your new post mortem during your meeting (you can ask someone to take notes)\n" +
    12  	"1. Images can go in the `images/` directory if you'd like\n" +
    13  	"1. Commit your new mortem to this repository\n" +
    14  	"1. Follow up on actions"