[flang-commits] [flang] [flang] Reference LLVM RFC process in Flang docs, with caveats (PR #190836)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Mon Apr 13 08:12:30 PDT 2026


================
@@ -22,13 +22,18 @@ To understand the status of various developments in Flang please join the respec
 Contributions to Flang are done using GitHub Pull Requests and follow the
 [LLVM contribution process](https://llvm.org/docs/Contributing.html).
 
+In the case of proposing substantive changes to either the Flang codebase or community practices, please follow the LLVM [Request for Comment (RFC) process](https://llvm.org/docs/RFCProcess.html) with the following caveats:
----------------
tarunprabhu wrote:

nit: Could we use a word other than "substantive"? This is not a word that is commonly used even by native English speakers. Perhaps replace it with "major"?

```suggestion
When proposing substantive changes to either the Flang codebase or community practices, please follow the LLVM [Request for Comment (RFC) process](https://llvm.org/docs/RFCProcess.html) with the following caveats:
```

https://github.com/llvm/llvm-project/pull/190836


More information about the flang-commits mailing list