Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 722 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 722 Bytes

Contributing to Cloud Native PostgreSQL

Please read the code of conduct first.

How to report a new issue

Before reporting a new issue, please make sure you have:

  • read the documentation
  • checked that a similar issue has not been opened in the past

How to contribute

You can contribute to Cloud Native PostgreSQL by submitting a new pull request.

Please:

  1. Open a new issue providing information about the feature you want to add
  2. Fork the project, develop the feature as a branch with the issue ID (e.g. dev/43) and test the code
  3. Include automated tests and documentation as part of the commit: patches without tests might not be accepted
  4. Submit a pull request

Thank you.