Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 826 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 826 Bytes

Contributing Guidelines for pide

How to Contribute

Reporting Bugs

If you find a bug, please file an issue on the repository with detailed information on how to reproduce the issue.

Seeking Support

If you are having any problems while trying to use pide, please open an issue on the GitHub page.

Proposing Features

If you'd like to propose a new feature, please open an issue and start a discussion. Once the community and maintainers approve, you can submit a pull request.

Submitting Pull Requests

  • Fork the repository.
  • Create a new branch: git checkout -b feature/my-new-feature.
  • Make your changes.
  • Commit your changes: git commit -m 'Add new feature'.
  • Push to the branch: git push origin feature/my-new-feature.
  • Open a pull request.