We welcome contributions to PgDiffPy! Here are some ways you can contribute:
If you encounter a bug or have a feature request, please open an issue on our GitHub issue tracker.
When reporting a bug, please include the following information:
- A clear and descriptive title.
- The version of PgDiffPy you are using.
- The steps to reproduce the bug.
- The expected behavior and the actual behavior.
- Any relevant error messages or stack traces.
If you would like to contribute code to the project, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with a clear and descriptive commit message.
- Push your changes to your forked repository.
- Open a pull request to the
mainbranch of the original repository.
Please ensure that your code adheres to the existing code style and that all tests pass before submitting a pull request.