Proposal: Unify the three README files
See original GitHub issueProblem:
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
- 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!
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
README content | Bitbucket Cloud - Atlassian Support
A README is a reference for other users visiting your repository. You can either add and edit your README file locally or straight...
Read more >Is there a way to create a `README.md` file for GitHub that ...
For instance, let's say I have three files: repo/1.md , repo/2.md , and repo/3.md . I want to combine the files in this...
Read more >The Easiest way to create a README For Github - YouTube
https:// readme.so/⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with ...
Read more >Option to add README when creating a project - GitLab.org
Skip this if you plan to import an existing repository. ... We can fill the README file with the name and description of...
Read more >ReadMe for Cisco Unified Communications Manager Release ...
Failure to install this version as described may result in inconsistent Cisco Unified Communications Manager behavior. This 14SU2 ReadMe file contains important ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.