File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Expand file tree Collapse file tree 4 files changed +19
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1+ So we can address your issue, please include the following:
2+ * Version of MarkLogic Java Client API (see Readme.txt)
3+ * Version of MarkLogic Server (see admin gui on port 8001)
4+ * Java version (` java -version ` )
5+ * OS and version
6+ * Input: Some code to illustrate the problem, preferably in a state that can be independently reproduced on our end
7+ * Actual output: What did you observe? What errors did you see? Can you attach the logs? (Java logs, MarkLogic logs)
8+ * Expected output: What specifically did you expect to happen?
9+ * Alternatives: What else have you tried, actual/expected?
Original file line number Diff line number Diff line change 1+ So we can incorporate your pull request, please share the following:
2+ * What issue are you addressing with this pull request?
3+ * Are you modifying the correct branch? (See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) )
4+ * Have you run unit tests? (See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) )
5+ * Version of MarkLogic Java Client API (see Readme.txt)
6+ * Version of MarkLogic Server (see admin gui on port 8001)
7+ * Java version (` java -version ` )
8+ * OS and version
9+ * What Changed: What happened before this change? What happens without this change?
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ You might want to skip the tests until you have configured a test database and R
124124
125125 $ mvn package -Dmaven.test.skip=true
126126
127- See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for more on contributing to this github project.
127+ See [ CONTRIBUTING.md] ( .github/ CONTRIBUTING.md) for more on contributing to this github project.
128128
129129### Running JUnit Tests
130130
You can’t perform that action at this time.
0 commit comments