Skip to content

Commit 58d3fa0

Browse files
committed
Merge pull request #60 from go-sql-driver/code-review
New Code-Review rules
2 parents 87c17e7 + d1020d4 commit 58d3fa0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,12 @@ However, many want to scan MySQL `DATE` and `DATETIME` values into `time.Time` v
160160

161161

162162
## Testing / Development
163-
To run the driver tests you may need to adjust the configuration. See [this Wiki-Page](https://github.com/go-sql-driver/mysql/wiki/Testing "Testing") for details.
163+
To run the driver tests you may need to adjust the configuration. See the [Testing Wiki-Page](https://github.com/go-sql-driver/mysql/wiki/Testing "Testing") for details.
164164

165-
Go-MySQL-Driver is not feature-complete yet. Your help is very appreciated. If you want to contribute, you can work on an [open issue](https://github.com/go-sql-driver/mysql/issues?state=open).
165+
Go-MySQL-Driver is not feature-complete yet. Your help is very appreciated.
166+
If you want to contribute, you can work on an [open issue](https://github.com/go-sql-driver/mysql/issues?state=open) or review a [pull request](https://github.com/go-sql-driver/mysql/pulls).
167+
168+
Code changes must be proposed via a Pull Request and must be reviewed. Only *LGTM*-ed (" *Looks good to me* ") code may be committed to the master branch.
166169

167170
---------------------------------------
168171

0 commit comments

Comments
 (0)