| <!--===- docs/MeetingNotes/README.md |
| |
| Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |
| See https://llvm.org/LICENSE.txt for license information. |
| SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| |
| --> |
| # Combined Flang Community Call Notes |
| |
| ## About these notes |
| |
| This directory combines the notes from the Flang Technical and Community Calls. This was done to make the call notes more easily available than before. All references to Flang in these documents refer to the Fortran compiler being developed as part of the LLVM project and located in the LLVM monorepo ([github.com/llvm/llvm-project](http://github.com/llvm/llvm-project)). Information about "Classic Flang", a separate and independent Fortran compiler, can be found at [github.com/flang-compiler/flang](http://github.com/flang-compiler/flang). |
| |
| ## Call Information |
| - Details about the call can be found in the [Getting Involved](https://flang.llvm.org/docs/GettingInvolved.html#flang-biweekly-call) page in flang's documentation. |
| |
| ## Flang Community |
| |
| * **Websites:** |
| * **Flang:** [https://flang.llvm.org](https://flang.llvm.org) |
| |
| * **Issues:** |
| * Issues for Flang should be reported in GitHub: [https://github.com/llvm/llvm-project/issues](https://github.com/llvm/llvm-project/issues). Please use the "flang" tag for flang-related issues. |
| |
| * **LLVM mailing lists and Discourse channels:** There are now two communication channels hosted by llvm.org: |
| * The Flang Discourse channel (used primarily for discussions): [https://discourse.llvm.org/c/subprojects/flang/33](https://discourse.llvm.org/c/subprojects/flang/33) |
| * The flang-commits mailing list (used primarily for routine notifications): subscribe at [https://lists.llvm.org/cgi-bin/mailman/listinfo/flang-commits](https://lists.llvm.org/cgi-bin/mailman/listinfo/flang-commits) |
| |
| * **Slack:** The [flang-compiler.slack.com](http://flang-compiler.slack.com) |
| workspace is used for informal real-time communication in the Flang community. |
| See the [Getting Involved](https://flang.llvm.org/docs/GettingInvolved.html#flang-slack-workspace) page in flang's documentation for instructions on joining the workspace. |
| |
| * **Flang Development:** |
| * On GitHub: The source code for Flang is available on [https://github.com/llvm/llvm-project/tree/main/flang](https://github.com/llvm/llvm-project/tree/main/flang). It is recommended to start in the "docs" directory. |