Skip to content

Commit 73b074c

Browse files
committed
fixed #309
1 parent d38f6f2 commit 73b074c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)