Contribution Guide⚓︎
Contributors Wall⚓︎
Thanks to Every Contributor
Your participation makes ttk file explorer better!
Become a Contributor⚓︎
-
Submit a PR
After your PR is merged -
Join the List
Become an official contributor -
Showcase Achievement
Listed on the Contributors Wall
Contribution Methods⚓︎
-
Report Issues or Suggestions
Create GitHub Issues · Provide detailed descriptions · Include relevant environment information -
Documentation Contributions
Modify Markdown files · Correct errors, improve quality · Update feature descriptions and guides -
Code Contributions
Select existing issues or new features · Follow PEP8 coding standards · Create Pull Requests -
Other Contributions
Even small contributions matter! Any fixes and improvements are appreciated.
Getting Started⚓︎
graph LR
A[Fork Repository] --> B[Clone Repository]
B --> C[Create New Branch]
C --> D[Write Code/Docs]
D --> E[Commit & Push]
E --> F[Create PR]
-
Fork Repository
Visit GitHub repository and click
Fork
button -
Clone Repository
-
Create New Branch
-
Write Code or Documentation
Code modifications in
src/
directory
Documentation modifications indocs/
directory -
Commit & Push
-
Create Pull Request
Click
New Pull Request
button on GitHub repository page
Contribution Standards⚓︎
-
Coding Style
Follow PEP8 standards. -
Documentation Requirements
All new features require accompanying documentation. -
Testing Requirements
Core features must include unit tests. -
Commit Messages
Clearly describe changes.
More References⚓︎
Tip
Looking forward to your contributions!