llvm/llvm-iwg

Document guidelines for new LLVM repositories

ChristianKuehnel opened this issue · 1 comments

We should document how to request a new repo and what the requirements for that repo are.

From the discussion in #49 the repo must contain these files:

  • README.md explaining the contents
  • CONTRIBUTING.md (potentially copy from llvm-project)
  • LICENSE.TXT (copy from llvm-project)

I created a proposal for such a policy:
https://reviews.llvm.org/D111723