-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating the issue template #779
Conversation
issue_template.md
Outdated
## Repro code | ||
Please share repro code with us, or tell us how to reproduce the issue. | ||
## Driver version or JAR name | ||
Please tell us what the JDBC driver version or JAR name is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be worded as: "Please mention the version of JDBC Driver client application is running with."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add examples of what it should look like maybe?
For Example:
JDBC Driver Version: 7.00
JDBC Driver Name: mssql-jdbc-7.0.0-SNAPSHOT.jre10
issue_template.md
Outdated
Please tell us what the JDBC driver version or JAR name is. | ||
|
||
## SQL Server version | ||
Please tell us what the SQL Server version is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Please mention version of Microsoft SQL Server in use."
issue_template.md
Outdated
Please tell us what should happen and what happens instead. | ||
## Repro code | ||
Please share a repro code with us. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Please share a standalone Java code that reproduces the issue."
issue_template.md
Outdated
Please tell us the table schema. | ||
|
||
## Problem description | ||
Please share more details with us. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Please describe issue in full detail"
issue_template.md
Outdated
Please tell us what Operating System the client application is running on. | ||
|
||
## Java/JVM version | ||
Example: java version "1.8.0", IBM J9 VM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide version of JVM client application runs with. (eg. java version "10.0.1")
Codecov Report
@@ Coverage Diff @@
## dev #779 +/- ##
============================================
- Coverage 48.17% 48.14% -0.03%
- Complexity 2776 2783 +7
============================================
Files 116 116
Lines 27854 27862 +8
Branches 4636 4641 +5
============================================
- Hits 13418 13415 -3
- Misses 12215 12227 +12
+ Partials 2221 2220 -1
Continue to review full report at Codecov.
|
I made a few minor changes to the template. Please let me know if you have any other suggestions.