Diff of /.github/ISSUE_TEMPLATE.md [000000] .. [548210]

Switch to side-by-side view

--- a
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,15 @@
+* openOmics version:
+* Python version:
+* Operating System:
+
+### Description
+
+Describe what you were trying to get done.
+Tell us what happened, what went wrong, and what you expected to happen.
+
+### What I Did
+
+```
+Paste the command(s) you ran and the output.
+If there was a crash, please include the traceback here.
+```