[flang-commits] [flang] [flang][docs] Update description of how to contribute (PR #112369)

David Spickett via flang-commits flang-commits at lists.llvm.org
Tue Oct 15 07:40:26 PDT 2024


https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/112369

It's my understanding that all code review pre-commit takes place on GitHub Pull Requests and that post-commit review is done either on the closed PR or the commit on GitHub.

>From 408efb9e9e6a08263b09c8b81c7b13c505e8a525 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Tue, 15 Oct 2024 15:18:58 +0100
Subject: [PATCH] [flang][docs] Update description of how to contribute

It's my understanding that all code review pre-commit takes
place on GitHub Pull Requests and that post-commit review
is done either on the closed PR or the commit on GitHub.
---
 flang/docs/GettingInvolved.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/flang/docs/GettingInvolved.md b/flang/docs/GettingInvolved.md
index a8bd93517709dd..e2220f36946699 100644
--- a/flang/docs/GettingInvolved.md
+++ b/flang/docs/GettingInvolved.md
@@ -17,6 +17,11 @@ The Flang Project welcomes contributions of all kinds.
 Please feel free to join the mailing list or the slack channel for discussions related to development of Flang.
 To understand the status of various developments in Flang please join the respective call.
 
+## Contributing
+
+Contributions to Flang are done using GitHub Pull Requests and follow the
+[LLVM contribution process](https://llvm.org/docs/Contributing.html).
+
 ## Forum and Mailing Lists
 
 [Forum](https://discourse.llvm.org/c/subprojects/flang)
@@ -27,8 +32,7 @@ To understand the status of various developments in Flang please join the respec
 [Commits Archive (flang-commits)](http://lists.llvm.org/pipermail/flang-commits)
 
   This list contains all commit messages that are made when Flang developers
-  commit code changes to the repository. It also serves as a forum for
-  patch review (i.e. send patches here). It is useful for those who want to
+  commit code changes to the repository. It is useful for those who want to
   stay on the bleeding edge of Flang development. This list is high
   volume.
 



More information about the flang-commits mailing list