Skip to content

Commit 8e941e9

Browse files
author
v-ahibr
authored
Update README.md
1 parent 0d242b4 commit 8e941e9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ What's coming next? We will look into adding a more comprehensive set of tests,
3434
* An instance of SQL Server or Azure SQL Database that you can connect to.
3535

3636
### Build the JAR files
37-
The build automatically triggers a set of verification tests to run. For these tests to pass, you will first need to add an environment variable in your system called `mssql_jdbc_test_connection_properties` to provide the [correct connection properties](https://msdn.microsoft.com/en-us/library/ms378428(v=sql.110).aspx) for your SQL Server or Azure SQL Database instance.
37+
Maven and Gradle builds automatically trigger a set of verification tests to run. For these tests to pass, you will first need to add an environment variable in your system called `mssql_jdbc_test_connection_properties` to provide the [correct connection properties](https://msdn.microsoft.com/en-us/library/ms378428(v=sql.110).aspx) for your SQL Server or Azure SQL Database instance.
3838

3939
To build the jar files, you must use Java 8 with either Ant (with Ivy), Maven or Gradle. You can choose to build a JDBC 4.1 compliant jar file (for use with JRE 7) and/or a JDBC 4.2 compliant jar file (for use with JRE 8).
4040

@@ -116,6 +116,11 @@ If you wish to limit the number of run-time dependencies, and your project does
116116
</dependency>
117117
```
118118

119+
## Guidelines for Creating Pull Requests
120+
We love contributions from the community. To help improve the quality of our code, we encourage you to use the mssql-jdbc_formatter.xml formatter provided on all pull requests.
121+
122+
Thank you!
123+
119124
## Guidelines for Reporting Issues
120125
We appreciate you taking the time to test the driver, provide feedback and report any issues. It would be extremely helpful if you:
121126

0 commit comments

Comments
 (0)