-
Notifications
You must be signed in to change notification settings - Fork 394
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
Small fix #544
Small fix #544
Conversation
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.
@dashohoxha please, check the documentation contributing guide. There are certain style we are enforcing. Please. install the pre-commit hook to do this for you.
I did it by clicking on "Edit on Github", as a normal user would do for submitting a minor change. By the way, the contribution page (https://dvc.org/doc/user-guide/contributing-documentation) says:
However I had to run prettier manually before committing ( |
No easy workaround here. We can probably, eventually setup an automation to run the prettier and push an automated commit every time there are some changes in master. For now I usually do final style edits when it's an external contributor. All "internal" contributors use pre-commit.
Did you run |
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 🎉 !
It was, but I also got some warnings about security issues and I had to do a kind of update. As a result
For small contributions this may not be necessary. We may also accept contributions that are not 100% compliant to the formatting rules, and once in a while (for example once a week) prettify all the doc pages. This can be easily done with a simple bash script. |
No description provided.