Welcome to the Fedora CoreOS Meeting tracker. This repository serves as a tracker for creating issues to track upcoming FCOS meetings. The issues are generated every Wednesday, and are meant to be used by the community meeting host as a guide for running the meeting.
The meeting notes are formed from three major parts. The first part is the meeting template, which is the base of the meeting notes. The second, and third parts are formed from the topics in the fedora-coreos-tracker repository and the past action items from the prior community meeting fedora-meetings.
The Fedora CoreOS Working Group works to bring together the various technologies and produce Fedora CoreOS. Get Fedora CoreOS
The Fedora CoreOS Working Group has a weekly meeting. The meeting usually happens in #fedora-meeting-1 on irc.libera.chat (Webchat) and the schedule for the meeting can be found in this calendar Currently, meetings are at 16:30 UTC on Wednesdays.
As the Matrix/IRC bridge is down, it is currently not possible to attend the meeting from a Matrix account and you have to join using IRC. You can use the Webchat to temporarily join the meeting on IRC. Steps to run the meeting
Navigate to this week's meeting and follow the steps presented.
Working days: non-holiday weekdays. Relevant holidays are the national holidays of the USA, Western Europe, and India.
Out-of-band topics allow you to include discussion items from external sources (like RHCOS, other projects, or any URL) in the FCOS meeting without creating issues in the fedora-coreos-tracker repository.
- Create a new issue in this repository (
fcos-meeting-action) - Add the label:
out-of-band-topic - Title your issue with a descriptive meeting topic name
- Add a URL in the issue body pointing to the external resource you want to discuss
Example Issue:
Title: Discuss new awesome feature
Label: out-of-band-topic
Body:
https://github.com/coreos/placeholder/issues/456
- The action automatically includes your topic in the next meeting checklist
- If the URL points to a GitHub issue, the action fetches the real issue title
- If title fetching fails, your issue title is used instead
- The trigger issue is automatically closed with a comment linking to the meeting checklist
- Your external topic appears alongside regular tracker topics in the meeting agenda
- GitHub issues (title auto-fetched)
- Any other URL (uses your issue title)
This feature is for discussing RHCOS topics, external dependencies, or one-time discussion items that might not make sense in the fedora-coreos-tracker repository
- install node package manger (npm)
- use npm to install TypeScript
npm install Typescript --save-dev
- Work against the
.tsfiles to add your changes - Compile them using
npm run bundlewhich produces.jsfiles - Commit the
.tsand.jsfiles
The running list is here. If you would like to host, add your self to the rotation with a new date!
The action uses the .js files to run the action, and are found in the dist directory. The .ts files are used for development purposes only.