Browse Source

Create ISSUE_TEMPLATE.md (#1721)

Add issue template to make dealing with issues easier by having users supply relevant information upfront.
Brian Ellwood 7 years ago
parent
commit
96b63a6243
1 changed files with 34 additions and 0 deletions
  1. 34 0
      .github/ISSUE_TEMPLATE.md

+ 34 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,34 @@
+<!--
+    Before opening a new issue, please search through the existing issues to
+    see if your topic has already been addressed. Note that you may need to
+    remove the "is:open" filter from the search bar to include closed issues.
+
+    Check the appropriate type for your issue below by placing an x between the
+    brackets. 
+
+    Please note that issues which do not fall under any of the below categories
+    will be closed.
+--->
+### Issue type:
+[ ] Feature request <!-- Requesting the implementation of a new feature -->
+[ ] Bug report      <!-- Reporting unexpected or erroneous behavior -->
+[ ] Documentation   <!-- Proposing a modification to the documentation -->
+
+<!--
+    Please describe the environment.
+-->
+### Environment:
+* AdminLTE Version:  <!-- Example: 2.4 -->
+* Operating System:  <!-- Example: OSX/Android -->
+* Browser (Version):  <!-- Example: Chrome (Latest) -->
+
+<!--
+    BUG REPORTS must include:
+        * Steps or URL needed to reproduce the bug/issue
+        * Any relevant error messages (screenshots may also help)
+        * A snippet of your markup (where applicable)
+
+    FEATURE REQUESTS must include:
+        * A detailed description of the proposed functionality
+-->
+### Description: