Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 1.39 KB

File metadata and controls

85 lines (43 loc) · 1.39 KB

Contributing Guidelines

Thank you for your interest in contributing to GUI Tkinter Projects! Every contribution—from new GUIs to bug fixes—is appreciated and helps others learn Tkinter.

How to Contribute

  1. Fork the repository
  2. Create a new branch

git checkout -b

  1. Add your Tkinter project or update
  2. Stage your work

git add

  1. Commit the changes

git commit -m "Describe your Tkinter update here"

  1. Push your branch

git push origin

  1. Open a Pull Request

A good PR includes:

A short summary

Explanation of what changed

Screenshots of your Tkinter GUI

Pull Request Rules

To maintain clarity:

Create and link an Issue before the PR

Ensure your Tkinter script runs without errors

Keep code beginner-friendly

Avoid unnecessary libraries

Use consistent naming and folder structure

Add comments where logic might confuse readers

Document your GUI briefly

Issue Guidelines

Before creating an issue:

Check existing issues

Provide a clear description

Add screenshots for visual problems

Include error messages

Suggest possible improvements

Testing Your Changes

Before PR submission:

Run the Tkinter app

Ensure all widgets function correctly

Check layout quality and stability

Code of Conduct

Be respectful, helpful, and inclusive. This project supports learners, so keep communication constructive.