Quantcast

Testing templates for ticket creation

Darth Predator [10-28-16 - 17:56]
Testing templates for ticket creation
Filename
.gitlab/issue_templates/Bug Report.md
.gitlab/issue_templates/Feature Request.md
diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md
new file mode 100644
index 0000000..29b6919
--- /dev/null
+++ b/.gitlab/issue_templates/Bug Report.md
@@ -0,0 +1,46 @@
+**Description**
+<!--- Please give a short description of the issue here -->
+
+
+**Shadow & Light Version**
+<!--- Provide the version number here (the actual number, do not say "latest") -->
+
+
+**ElvUI Version**
+<!--- Provide the version number here (the actual number, do not say "latest") -->
+
+
+**Steps to Reproduce**
+<!--- Provide all the steps necessary to reproduce the problem -->
+1. Step 1
+2. Step 2
+3. Step 3
+4. Step 4
+
+
+**Expected Behavior**
+<!--- Tell us what should happen -->
+
+
+**Actual Behavior**
+<!--- Tell us what happens instead -->
+
+**ElvUI + S&L Enabled**
+<!--- Please provide information about whether or not you can reproduce it -->
+<!--- when ElvUI and Shadow & Light are the only addons enabled -->
+
+**Only ElvUI Enabled**
+<!--- Please provide information about whether or not you can reproduce it -->
+<!--- when ElvUI is the only addon enabled -->
+
+
+**Additional Information**
+<!--- Please provide any additional information here -->
+
+
+**Error Log**
+<!--- If you received an error then please post it in the empty space below, -->
+<!--- so that the error is wrapped in the 3 backquotes (before and after) -->
+```
+
+```
\ No newline at end of file
diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md
new file mode 100644
index 0000000..871bdd6
--- /dev/null
+++ b/.gitlab/issue_templates/Feature Request.md
@@ -0,0 +1,3 @@
+**Description**
+<!--- Please describe the request here. What part of the UI do you want changed? -->
+<!--- How do you want it to look/work in comparison to how it is now? -->
\ No newline at end of file