[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / docs / GitRepositoryPolicy.md
blobf6442e4e11c2aad0244b7e650536f675f35448e0
1 # Policies on git repositories
3 This document explains our current policies around git repositories. Everything
4 not covered in this document is most likely a case-by-case decision. In these
5 cases please create an issue with the
6 [Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues).
8 ## New GitHub repositories
10 Requirements for *new* repositories as part of the
11 [LLVM organisation on GitHub](https://github.com/llvm):
13 * The repo will be used for something related to the LLVM ecosystem or community.
14 * The repo contains a `README.md` explaining the contents.
15 * The repo contains a `CONTRIBUTING.md`, ideally copy this from
16   [llvm-project](https://github.com/llvm/llvm-project/blob/main/CONTRIBUTING.md).
17 * The repo contains a `LICENSE.TXT`, preferably copy this from
18   [llvm-project](https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT).
19   Other licences need to be discussed case-by-case.
21 If you want to integrate your project as part of the Monorepo, please take a
22 look at the
23 [Developer Policy](DeveloperPolicy.html#adding-an-established-project-to-the-llvm-monorepo>).
25 To request a new repository, please create an issue with the
26 [Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues).
28 ## Repo access on GitHub
30 Some 3rd party applications require write access to our GitHub organisation in
31 order to work properly. Typical examples are continuous integration services
32 reporting build results back to GitHub. We consider granting access to such
33 application if they provide benefits to the LLVM community and do not raise
34 privacy or security concerns.
36 To request access please run an RFC on the mailing list and get community
37 feedback.