Thank you for your interest in contributing to this project! Your contributions are highly appreciated. Please follow the guidelines below to ensure a smooth collaboration.
If you encounter any bugs, errors, or have feature suggestions:
- Check if the issue has already been reported in the Issues section.
- If not, create a new issue with the following details:
- Clear and concise title.
- Detailed description of the problem.
- Steps to reproduce (if applicable).
- Screenshots or logs, if helpful.
To contribute code:
-
Fork the repository by clicking the Fork button on GitHub.
-
Clone your forked repository:
git clone https://github.com/your-username/tkinter_open_urls.git cd tkinter_open_urls
-
Create a new branch for your feature or bug fix:
git checkout -b feature-or-bugfix-name
- Ensure your changes adhere to the existing code style.
- Write or update documentation if your changes require it.
- Test your changes thoroughly.
-
Push your changes to your forked repository:
git push origin feature-or-bugfix-name
-
Go to the original repository and open a Pull Request.
-
In your Pull Request:
- Provide a clear title and description of the changes.
- Mention the issue number if your PR resolves it (e.g., Fixes #123).
By contributing, you agree to uphold the project's Code of Conduct (if applicable).
If you have any questions, feel free to open a Discussion or contact the maintainers.