Skip to content

Commit 0b981b2

Browse files
authored
fix "How to contribute?" in README
follow up testcontainers changes f22460f
1 parent b27200e commit 0b981b2

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -106,29 +106,7 @@ This library is still in alpha stage. If this library becomes stable enough, it
106106

107107
#### How to contribute?
108108

109-
Before sending pull requests, please prepare the following DB settings and write tests to ensure that your fixes work as expected.
110-
111-
- PostgreSQL
112-
113-
```
114-
url: jdbc:postgresql://localhost:5432/scalikejdbc
115-
username: sa
116-
password: sa
117-
```
118-
119-
```
120-
url: jdbc:postgresql://localhost:5432/scalikejdbc2
121-
username: sa
122-
password: sa
123-
```
124-
125-
- MySQL
126-
127-
```
128-
url: jdbc:mysql://localhost:3306/scalikejdbc
129-
username: sa
130-
password: sa
131-
```
109+
Before sending pull requests, please install docker and run `sbt +test`
132110

133111
### License
134112

0 commit comments

Comments
 (0)