1# How to Contribute
2
3Help with DBD::Pg is always welcome. You do not have to know any code to help out -
4we also need help testing, answering questions, improving documentation, etc.
5
6
7## Issues
8
9Bugs and problems can be reported at:
10
11https://github.com/bucardo/dbdpg/issues
12
13
14## Questions
15
16Questions about usage can be answered in a number of places:
17
18### IRC
19
20You may find helpful people at #postgresql on irc.libera.chat
21
22Lower volume but more technical discussions happen at #dbi on irc.perl.org
23
24### Slack
25
26The Slack channel #general at postgresteam.slack.com is full of helpful people
27
28### Email
29
30There is a low-volume mailing list for discussion about this module
31
32Send an email to <dbd-pg@perl.org>. Before doing so, you probably want to
33subscribe by sending an email to dbd-pg-subscribe@perl.org
34
35
36## Testing
37
38You can help by testing DBD::Pg as widely as possible. Running the tests
39on a wide variety of platforms, Postgres versions, DBI versions, and other
40factors is a great help in uncovering problems and improving DBD::Pg
41
42
43## Code development
44
45Development happens in a git repo. The canonical location is currently
46at https://github.com/bucardo/dbdpg
47
48Create your own copy of the repo by running:
49
50git clone https://github.com/bucardo/dbdpg.git
51
52See the README.dev file for more information about developing DBD::Pg
53
54