Skip to content

Commit ab208de

Browse files
[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.
1 parent 834d001 commit ab208de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

flang/docs/GettingInvolved.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ The Flang Project welcomes contributions of all kinds.
1717
Please feel free to join the mailing list or the slack channel for discussions related to development of Flang.
1818
To understand the status of various developments in Flang please join the respective call.
1919

20+
## Contributing
21+
22+
Contributions to Flang are done using GitHub Pull Requests and follow the
23+
[LLVM contribution process](https://llvm.org/docs/Contributing.html).
24+
2025
## Forum and Mailing Lists
2126

2227
[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
2732
[Commits Archive (flang-commits)](http://lists.llvm.org/pipermail/flang-commits)
2833

2934
This list contains all commit messages that are made when Flang developers
30-
commit code changes to the repository. It also serves as a forum for
31-
patch review (i.e. send patches here). It is useful for those who want to
35+
commit code changes to the repository. It is useful for those who want to
3236
stay on the bleeding edge of Flang development. This list is high
3337
volume.
3438

0 commit comments

Comments
 (0)