Skip to content

Commit 87ca0a7

Browse files
committed
fix #859 - add .github/ISSUE_TEMPLATE.md, .github/PULL_REQUEST_TEMPLATE.md, move CONTRIBUTING.md
(cherry picked from commit 9cfa94c)
1 parent 065f333 commit 87ca0a7

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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?

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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?

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)