github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/lib/pq/CONTRIBUTING.md (about) 1 ## Contributing to pq 2 3 `pq` has a backlog of pull requests, but contributions are still very 4 much welcome. You can help with patch review, submitting bug reports, 5 or adding new functionality. There is no formal style guide, but 6 please conform to the style of existing code and general Go formatting 7 conventions when submitting patches. 8 9 ### Patch review 10 11 Help review existing open pull requests by commenting on the code or 12 proposed functionality. 13 14 ### Bug reports 15 16 We appreciate any bug reports, but especially ones with self-contained 17 (doesn't depend on code outside of pq), minimal (can't be simplified 18 further) test cases. It's especially helpful if you can submit a pull 19 request with just the failing test case (you'll probably want to 20 pattern it after the tests in 21 [conn_test.go](https://github.com/lib/pq/blob/master/conn_test.go). 22 23 ### New functionality 24 25 There are a number of pending patches for new functionality, so 26 additional feature patches will take a while to merge. Still, patches 27 are generally reviewed based on usefulness and complexity in addition 28 to time-in-queue, so if you have a knockout idea, take a shot. Feel 29 free to open an issue discussion your proposed patch beforehand.