diff options
author | Omar Polo <op@omarpolo.com> | 2022-03-29 12:25:18 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-03-29 12:25:18 +0000 |
commit | 456a4c6b6e2d1e506816be64dfc7cb36ca0c822a (patch) | |
tree | 8d0b212ecf2f0b22a23c959308d6a922af93aa8c /README.md | |
parent | 2a7f69f4eeb32a561a5a731e05145136030b4a71 (diff) |
add a "contributing" section
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -131,6 +131,14 @@ to start the suite. Keep in mind that the regression tests needs to create files inside the `regress` directory and bind the 10965 port. +## Contributing + +Any form of contribution is welcome, not only patches or bug reports. +If you have a sample configuration for some specific use-case, a +script or anything that could be useful to others, consider adding it +to the `contrib` directory. + + ## Architecture/Security considerations gmid is composed by four processes: the parent process, the logger, |