Contribute¶
Contributions to Charmed PostgreSQL operators are welcomed and encouraged.
If you’d like to contribute but aren’t sure how to start,get in touch with us first so we can help you navigate your contribution process.
Development¶
See the contributing guides in
postgresql-operator(machine charm) on the14/edgebranch: 14/edge/CONTRIBUTING.mdpostgresql-k8s-operator(K8s charm) on the14/edgebranch: 14/edge/CONTRIBUTING.md
Documentation¶
Contributions to Charmed PostgreSQL documentation are welcomed and encouraged.
All documentation is in the postgresql-single-kernel-library repository
Although the code for PostgreSQL 14 operators remains in the separate postgresql-operator and postgresql-k8s-operator repositories, the documentation for all Charmed PostgreSQL operators and versions has transferred to the postgresql-single-kernel-library repository :
Prerequisites¶
A GitHub account: See Creating an account on GitHub
Code of Conduct compliance: You must read and follow the Ubuntu Code of Conduct . Maintainers reserve the right to delete or remove any contributions that do not respect the Code of Conduct.
Report an issue¶
To report an issue in spelling, grammar, or technical content, file an issue on GitHub with the documentation label. A maintainer will update it as soon as possible.
postgresql-operator(machine charm): File an issuepostgresql-k8s-operator(K8s charm): File an issue
Make a contribution¶
To make a quick update yourself, the easiest way is to click the pencil icon in the top-right corner of the documentation page (next to the “Give feedback” button). It will take you to the GitHub web editor for that page, and you can submit the PR directly through the web interface.
Merge against 14/docs
All documentation pull requests should be made against the 14/docs branch.
For larger, more involved contributions, please create an issue on GitHub with the documentation tag, and assign it to yourself. A maintainer will get in touch with you. Alternatively, you are welcome to contact us directly via Matrix .
See also: Contact