[flang-commits] [flang] [flang] Add Flang Call Notes documents (PR #180287)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Wed Feb 11 10:49:32 PST 2026
================
@@ -0,0 +1,32 @@
+<!--===- 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 [GettingInvolved.md](https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md) under the heading "Flang Biweekly Call"
+
+## 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.
+* **Flang Development:**
----------------
tarunprabhu wrote:
For consistency with the other bullet points, please add an empty line before this.
```suggestion
* **Flang Development:**
```
https://github.com/llvm/llvm-project/pull/180287
More information about the flang-commits
mailing list