husky
husky copied to clipboard
Proposal: Unify the three README files
Problem:
There are three README files
-
/docs/README.md
- seen on the docs site. -
/README.md
- seen only in local checkouts. -
/.github/README.md
- used as the default readme on github, and only obvious there.
This leads to:
- drift and subtle differences between the docs.
- making contributions harder and more confusing.
Proposal:
Move ./docs/README.md
to /README.md
, and delete the others. Obviously, there would have to be consideration given to generating the docs site.
Not relevant to this issue:
Troubleshoot
- [x] Before creating an issue, please check: https://typicode.github.io/husky/#/?id=troubleshoot
If you're migrating from husky 4, see: https://typicode.github.io/husky/#/?id=migrate-from-v4-to-v7
Context Please describe your issue and provide some context:
- Terminal or GUI client (PowerShell, Git Bash, GitHub Desktop, ...)
- If applicable, content of the failing hook
- If possible, minimal steps to reproduce the issue
Thank you!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This still needs consideration.
So which one is the correct README.md to follow, and most up to date???
So which one is the correct README.md to follow, and most up to date???
Exactly! I’ve had PR #1167 open for a long time, but this project seems to be unsupported.
Basically, ‘./docs/README.md’ is mostly the most up to date.
Thanks for rising this issue. READMEs have been updated and should reflect the same usage instructions. I've answered as to why there are three READMEs in the PR.