浏览代码

New Code-Review rules

Julien Schmidt 12 年之前
父节点
当前提交
5453addc3a
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -162,7 +162,10 @@ However, many want to scan MySQL `DATE` and `DATETIME` values into `time.Time` v
 ## Testing / Development
 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.
 
-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).
+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) or review a [pull request](https://github.com/go-sql-driver/mysql/pulls).
+
+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. 
 
 ---------------------------------------