From 9e6982515c5e02f8974f6fff9a9b04e404a77cc7 Mon Sep 17 00:00:00 2001 From: Rad Web Hosting <16030710+radwebhosting@users.noreply.github.com> Date: Sun, 27 Feb 2022 17:05:47 -0600 Subject: [PATCH] Create BugReport.md Add Bug Report template to help improve troubleshooting and code repair workflows for dev team --- BugReport.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 BugReport.md diff --git a/BugReport.md b/BugReport.md new file mode 100644 index 0000000..5c69263 --- /dev/null +++ b/BugReport.md @@ -0,0 +1,50 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: ':bug: bug' +assignees: '' + +--- + + +### 👓 What did you see? + + + +### ✅ What did you expect to see? + + + +### 📦 Which version are you using? + + + +### 🔬 How could we reproduce it? + + + +Steps to reproduce the behavior: +1. Install '...' version '...' +2. Create a file called '....' +3. Run command '....' +4. See error '....' + + + +### 🤔 Anything else? + +