Skip to content

Commit 5453add

Browse files
committed
New Code-Review rules
1 parent 87c17e7 commit 5453add

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,10 @@ However, many want to scan MySQL `DATE` and `DATETIME` values into `time.Time` v
162162
## Testing / Development
163163
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.
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)