Skip to content

[flang][docs] Update description of how to contribute #112369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions flang/docs/GettingInvolved.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.

Expand Down
Loading