If you find a bug, please file an issue on the repository with detailed information on how to reproduce the issue.
If you are having any problems while trying to use pide, please open an issue on the GitHub page.
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.
- 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.