Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.06 KB

File metadata and controls

27 lines (18 loc) · 1.06 KB

Contributing to PgDiffPy

We welcome contributions to PgDiffPy! Here are some ways you can contribute:

Reporting Issues

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.

Submitting Pull Requests

If you would like to contribute code to the project, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with a clear and descriptive commit message.
  4. Push your changes to your forked repository.
  5. Open a pull request to the main branch 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.