We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38f6f2 commit 73b074cCopy full SHA for 73b074c
.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,29 @@
1
+### Welcome Hub enthusiast!
2
+
3
+Let's get the most out of this ticket.
4
5
+#### The issue
6
7
+Short description of the problem:
8
9
+What behavior are you expecting?
10
11
+#### Tech details
12
13
+Which Operating System are you using?
14
15
+Which version of MarkLogic are you using?
16
17
+Which version of the Data Hub Framework are you using?
18
19
+Is this a QuickStart UI bug? If so, which browser are you using?
20
21
+#### The devil is in the details...
22
23
+If possible, rerun the command with -d for debugging output and attach the output:
24
25
+ **for quickstart:**
26
+ `java -jar quickstart.war -d > myoutput.txt`
27
28
+ **for gradle:**
29
+ `gradle mlYourCommand -d > myoutput.txt`
0 commit comments