From 8e961aaf262c14b0a896cb1df148b4a2fa200ae3 Mon Sep 17 00:00:00 2001 From: "Christopher G. Purbaugh" Date: Tue, 16 Aug 2016 09:48:05 -0400 Subject: [PATCH] Created Troubleshooting Guide Template (markdown) --- Troubleshooting-Guide-Template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Troubleshooting-Guide-Template.md diff --git a/Troubleshooting-Guide-Template.md b/Troubleshooting-Guide-Template.md new file mode 100644 index 0000000..8760590 --- /dev/null +++ b/Troubleshooting-Guide-Template.md @@ -0,0 +1,20 @@ +### Summary of error +Short summary of error + +``` +Any Quotes or tracebacks from ERP, put in preformatted text. +``` + +*** +### Steps to rectify + +1. Step 1 +2. Step 2 +3. Step 3 + + +*** +####ERPNext Forum Links +* link 1 +* link 2 +* link 3 \ No newline at end of file