summaryrefslogtreecommitdiff
path: root/flang/docs/GettingInvolved.md
AgeCommit message (Collapse)Author
2025-10-22[flang][docs] Replace references to f18 in the docs with flang (Part 1)Tarun Prabhu
In addition to the replacement, some light editing of the text was also carried out. These edits primarily address issues of grammar and style. The remaining references to "f18" will be replaced in a later commit.
2025-10-13[flang][docs] Update flang call detailsTarun Prabhu
The technical call has been cancelled, so that text has been removed. The description of the "general" call has been updated to indicate that it is intended for both technical and general discussions.
2024-10-17[flang][docs] Update description of how to contribute (#112369)David Spickett
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.
2024-10-10[flang] Add a link to the ICS file for the Biweekly Flang Community CallAlexis Perry-Holby
2024-07-09[flang][docs] Remove passwords for bi-weekly flang calls from documen… ↵Tarun Prabhu
(#98161) …tation The passwords are moved to the Google Doc containing the agenda and minutes for the calls. A note has been added mentioning where to find the meeting ID's and passwords. Fixes #96121
2024-02-12[flang][docs] Update meeting link for technical call and some cleanup (#81147)Tarun Prabhu
Added the meeting numbers and passcodes for both the technical and community calls, just in case. Removed an obsolete reference to "LLVM flang and current flang". Some minor stylistic edits.
2023-09-25[Documentation] Replace recommonmark by myst-parser (#65664)cor3ntin
Recommonmark has been deprecated, then archived last year. This was tracked by: https://github.com/llvm/llvm-iwg/issues/30 See https://github.com/readthedocs/recommonmark This patch migrates all our doc to use myst Additional details for bot maintainers: https://discourse.llvm.org/t/maintenance-required-on-sphinx-build-bots/73612
2023-06-13Updated the 'getting involved' documentation for Flang to correct the ↵Anton Rydahl
technical call details modified: flang/docs/GettingInvolved.md Reviewed By: NimishMishra Differential Revision: https://reviews.llvm.org/D152466
2022-04-29[flang] Update Google Doc link for Flang Biweekly Sync call notesAlexisPerry
Notes from the Flang Biweekly Sync calls have been merged into the same document as the notes from the Flang Technical calls. This patch updates the link in the GettingInvolved document to point to the new location. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D124689
2022-03-23Replace links to archived mailing lists by links to Discourse forumsDanny Mösch
2021-12-02[flang] GettingInvolved: update LLVM Alias Analysis Technical Call infoJeroen Dobbelaere
The google doc was changed and the calls are now using teams. Reviewed By: sameeranjoshi Differential Revision: https://reviews.llvm.org/D114145
2021-09-30[flang][docs] Remove the new driver sync-up callsAndrzej Warzynski
2021-07-07[Flang][Docs] Update meeting URLJohannes Doerfert
2021-05-20[flang][docs] Update driver sync-up call linkAndrzej Warzynski
The old invitation has expired, so I've created a new one and update the link in the docs accordingly.
2021-03-15[flang][docs] Fix the time for the new Flang driver callAndrzej Warzynski
2021-01-29[flang][docs] Add New Flang Driver Biweekly callAndrzej Warzynski
2020-12-23Updated GettingInvolved.md to reflect Flang Biweekly Call changesAlexisPerry
- updated the link to join the meeting to reflect the new WebEx information - Added a note about the new Google Doc for keeping track of notes, and who to contact if you experience access issues with the document - Left a reference to the minutes from previous meetings being available through a search of the flang-dev mailing list Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D93770
2020-11-25[Flang][Docs] Update call information and add two more callsJohannes Doerfert
Call information have been updated and the OpenMP in LLVM as well as Classic Flang call have been added.
2020-09-15[Flang] Add GettingInvolved documentation page and sidebar.sameeran joshi
Adds a new GettingInvolved page to documentation which provides details about mailing list, chats and calls. Adds a sidebar page which provides common links on all documentation pages. The links include: - Getting Started - Getting Involved - Github Repository - Bug Reports - Code Review Depends on https://reviews.llvm.org/D87242 Reviewed By: richard.barton.arm Differential Revision: https://reviews.llvm.org/D87270