Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.29 KB

File metadata and controls

41 lines (22 loc) · 1.29 KB

Contributing to simple-pgvector-python

We warmly welcome contributions to Simple PGVector Python! If you're looking to contribute, here's how you can help.

Code Contributions

Getting Started

  1. Fork the Repository: Create your own fork of the code.
  2. Clone the Fork: Clone your fork to your local machine.

Making Changes

  1. Create a Branch: Make your changes in a new git branch.
  2. Commit Your Changes: Commit your changes with clear commit messages.

Submitting Changes

  1. Push Your Changes: Push your changes to your fork.
  2. Create a Pull Request: Submit a pull request from your fork to the main project.

Reporting Issues

If you find a bug or have a feature request, please create an issue in the project's GitHub issue tracker. Clearly describe the issue, including steps to reproduce if it's a bug.

Documentation

Help with documentation improvements is always welcome. Whether it's fixing typos, improving clarity, or adding examples, your contributions make the project more accessible.

Code of Conduct

Please adhere to the project's Code of Conduct in all your interactions with the project.

Questions?

Feel free to reach out if you have any questions regarding contributing to the project.


Thank you for your interest in contributing!