You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB

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