I'm curious what opinions are on this naming scheme.<p>For example, with CircleCI, the repository for docs is https://github.com/circleci/circleci-docs while for Linode, the repository for docs is https://github.com/linode/docs.<p>Do you or do you not include the org name and why?<p>For me, I think I'd lean towards not because I keep all of my local repositories in a `Repos` directory followed by a directory for the org name. So if I had a project called `foo`, I'd have it in `~/Repos/felicianotech/foo`.
If your org has "docs" for more than one project, then "OrgName/ProjectName-Docs" is fine.<p>If your org only has one project, then "OrgName/Docs" is great.