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

via flang-commits flang-commits at lists.llvm.org
Thu Oct 17 08:30:33 PDT 2024


Author: David Spickett
Date: 2024-10-17T16:30:28+01:00
New Revision: ab208de34efbde4fea03732eaa353a701e72f626

URL: https://github.com/llvm/llvm-project/commit/ab208de34efbde4fea03732eaa353a701e72f626
DIFF: https://github.com/llvm/llvm-project/commit/ab208de34efbde4fea03732eaa353a701e72f626.diff

LOG: [flang][docs] Update description of how to contribute (#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.

Added: 
    

Modified: 
    flang/docs/GettingInvolved.md

Removed: 
    


################################################################################
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