-
Notifications
You must be signed in to change notification settings - Fork 6.3k
fix: Fixed a wrong link to supported python versions in contributing.md
file
#7638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CONTRIBUTING.md
Outdated
@@ -355,7 +355,7 @@ You will need basic `git` proficiency to be able to contribute to | |||
manual. Type `git --help` in a shell and enjoy. If you prefer books, [Pro | |||
Git](https://git-scm.com/book/en/v2) is a very good reference. | |||
|
|||
Follow these steps to start contributing ([supported Python versions](https://github.com/huggingface/diffusers/blob/main/setup.py#L265)): | |||
Follow these steps to start contributing ([supported Python versions](https://github.com/huggingface/diffusers/blob/main/setup.py#L270)): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, this should ideally be a permalink.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it makes more sense. I updated the link to a permalink. Please check now. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be only needed to update this permalink when supported Python versions are changed. Make sense 👍.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing!
Actually, it was me to make it a temporary link last time 😅.
….md` file (#7638) * Fixed a wrong link to python versions in contributing.md file. * Updated the link to a permalink, so that it will permanently point to the specific line.
What does this PR do?
Fixes a wrong link to supported Python versions in
contributing.md
file.Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Core library: