From ae920e2636d39e9bacb724b3c3c8dfc79a435325 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 11 Mar 2026 09:56:22 -0700 Subject: [PATCH] [Docs] Remove references to IWG in GitRepositoryPolicy (#185919) The IWG has not been a thing for several years now. Adjust the docs to point to the infrastructure area team who is now responsible for making these decisions. --- llvm/docs/GitRepositoryPolicy.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/llvm/docs/GitRepositoryPolicy.md b/llvm/docs/GitRepositoryPolicy.md index f2449251a24c..10859243fc1c 100644 --- a/llvm/docs/GitRepositoryPolicy.md +++ b/llvm/docs/GitRepositoryPolicy.md @@ -2,8 +2,10 @@ This document explains our current policies around git repositories. Everything not covered in this document is most likely a case-by-case decision. In these -cases please create an issue with the -[Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues). +cases please create an issue in +[LLVM's Github Issue Tracker](https://github.com/llvm/llvm-project/issues) and +ping the[infrastructure area team](https://github.com/orgs/llvm/teams/infrastructure-area-team) +group. ## New GitHub repositories @@ -22,8 +24,10 @@ If you want to integrate your project as part of the Monorepo, please take a look at the [Developer Policy](project:DeveloperPolicy.rst#Adding an Established Project To the LLVM Monorepo). -To request a new repository, please create an issue with the -[Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues). +To request a new repository, please create an issue with in +[LLVM's Github Issue Tracker](https://github.com/llvm/llvm-project/issues) and +ping the[infrastructure area team](https://github.com/orgs/llvm/teams/infrastructure-area-team) +group. ## Repo access on GitHub