Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 2.14 KB

CONTRIBUTING.md

File metadata and controls

45 lines (28 loc) · 2.14 KB

Contributing Guidelines

Thank you for your interest in contributing to our project!

Timescale appreciates any help the community can provide to make the PostgreSQL ecosystem better.

For general guidelines on how to contribute to Timescale, please see the Timescale Contribution Guidelines.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. If you've added more examples, please document it in the README.md.
  3. Make sure your code lints.
  4. Issue that pull request!

Reporting Bugs

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Suggesting Enhancements

  • Open a new issue with a clear title and detailed description of the proposed enhancement.
  • Explain why this enhancement would be useful to most users.
  • Include any relevant code samples or mockups if applicable.

Pull Requests

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent.
  4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.

Coding Style

  • Use clear, descriptive variable and function names.
  • Comment your code where necessary, especially for complex logic.
  • Follow PEP 8 style guide for Python code.

License

By contributing, you agree that your contributions will be licensed under the same license as the original project.

Thank you for contributing to our project!