Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

53 lines (41 loc) · 1.75 KB

Contributing to URL Launcher

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.


Getting Started

Reporting Issues

If you encounter any bugs, errors, or have feature suggestions:

  1. Check if the issue has already been reported in the Issues section.
  2. 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.

Forking the Repository

To contribute code:

  1. Fork the repository by clicking the Fork button on GitHub.

  2. Clone your forked repository:

    git clone https://github.com/your-username/tkinter_open_urls.git
    cd tkinter_open_urls
  3. Create a new branch for your feature or bug fix:

    git checkout -b feature-or-bugfix-name

Making Changes

  1. Ensure your changes adhere to the existing code style.
  2. Write or update documentation if your changes require it.
  3. Test your changes thoroughly.

Submitting a Pull Request

  1. Push your changes to your forked repository:

    git push origin feature-or-bugfix-name
  2. Go to the original repository and open a Pull Request.

  3. 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).

Code of Conduct

By contributing, you agree to uphold the project's Code of Conduct (if applicable).

Questions?

If you have any questions, feel free to open a Discussion or contact the maintainers.