From 4eaa20e8ac4d2c766e37d140c5d7d3b1a78c8f4c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:41:50 +0000 Subject: [PATCH 1/5] Add MPTRAC maintainer spotlight --- .../academia/mptrac-maintainer-spotlight.md | 147 +++++++++++++++++ public/maintainer-month-2026.ics | 148 +++++++++++++----- 2 files changed, 252 insertions(+), 43 deletions(-) create mode 100644 content/academia/mptrac-maintainer-spotlight.md diff --git a/content/academia/mptrac-maintainer-spotlight.md b/content/academia/mptrac-maintainer-spotlight.md new file mode 100644 index 000000000..acd9778de --- /dev/null +++ b/content/academia/mptrac-maintainer-spotlight.md @@ -0,0 +1,147 @@ +--- +name: Lars Hoffmann +institution: Forschungszentrum Jülich +department: Jülich Supercomputing Centre +projectName: MPTRAC +projectRepo: https://github.com/slcs-jsc/mptrac +projectWebsite: https://helmholtz.software/software/mptrac +maintainerProfiles: + - github: https://github.com/lars2015 + - orcid: https://orcid.org/0000-0003-3773-4377 +badges: ["Academic Maintainer", "Division Head HPC"] +description: "An advanced atmospheric transport model for calculating air parcel trajectories from global reanalyses or forecasts, with stochastic diffusion, chemistry, and high-performance computing support." +--- + +## What is MPTRAC, and what does it help people do? + +MPTRAC is an advanced atmospheric transport model designed to calculate air parcel trajectories using wind and velocity fields from global reanalyses or forecasts. + +It accounts for mesoscale diffusion and subgrid-scale wind fluctuations by applying the Langevin equation, introducing stochastic perturbations to trajectories. It also includes an inter-parcel exchange module to represent air mixing and improve realism in simulations. + +The model supports a wide range of processes, including convection, sedimentation, chemical transformations, and deposition. It provides multiple output formats and visualization support, and is optimized for high-performance computing environments using hybrid MPI, OpenMP, and OpenACC parallelization. This allows it to run efficiently on systems ranging from single workstations to large supercomputers. + +## What inspired you to start this project? + +MPTRAC was developed to address the need for high-resolution, efficient, and flexible atmospheric transport modeling. There was growing demand for accurate simulations in areas such as air pollution modeling, stratospheric research, and climate studies. + +Existing models often lacked the efficiency needed for large-scale simulations or the flexibility to run on modern high-performance computing systems. We wanted to build a tool that could scale effectively while also integrating meteorological data and capturing complex physical processes. By combining stochastic modeling, advanced chemistry modules, and HPC capabilities, MPTRAC provides a more realistic and scalable approach to atmospheric simulations. + +## How does this project connect to your academic work? + +MPTRAC is a key tool in atmospheric science research, supporting studies on air pollution, stratospheric dynamics, and atmospheric transport processes. It is widely used in research institutions and universities for high-resolution simulations and scientific studies. + +It also supports interdisciplinary collaboration and contributes to peer-reviewed research, making it an important part of ongoing academic work in meteorology and climate science. + +## Who contributes to the project? + +The project is developed by researchers, postdocs, and PhD students from the Simulation and Data Laboratory Climate Science at Jülich Supercomputing Centre. It also benefits from international collaboration, with contributors from institutions such as the Institute of Atmospheric Physics in Beijing and Sun Yat-sen University in Guangzhou, as well as other researchers worldwide. + +## How are students involved in the project? + +Students are actively involved in many aspects of the project. They contribute code, optimize performance for HPC environments, and help with testing and debugging. They also work on documentation and sometimes design and implement new features. + +Through this work, students gain hands-on experience in scientific modeling, advanced coding techniques, and collaborative research, which are valuable for careers in academia, research, and industry. + +## How is the project used in teaching or coursework? + +MPTRAC is integrated into PhD projects focused on atmospheric science, where it is used for high-resolution simulations and to study complex atmospheric phenomena. + +It is also used in the guest student program at Jülich Supercomputing Centre, where students learn how to run simulations and optimize code for high-performance computing environments. This gives students practical experience in both atmospheric science and HPC. + +## What impact has this project had on your students? + +The project has had a strong impact on students by helping them develop skills in atmospheric science, data analysis, and high-performance computing. They gain practical experience with simulation techniques and learn how to optimize code for advanced computing systems. + +It also strengthens their understanding of open-source development and collaborative research, and often leads to deeper engagement in scientific projects and international collaborations. + +## What impact has the project had beyond the classroom or research? + +MPTRAC has contributed to high-quality research and supported the development of international scientific collaborations. It has been used in publications in well-established journals and in multiple PhD theses. + +The model has enabled research on topics such as wildfire smoke dispersion, volcanic ash transport, and atmospheric convection, making it a valuable tool for both academic and applied research in the global scientific community. + +## What does it take to maintain the project? + +Maintaining MPTRAC involves a structured team effort. Researchers, postdocs, PhD students, and collaborators contribute based on their expertise. The project uses regular code reviews, testing, and version control to maintain quality. + +Releases are made approximately every six months, and continuous integration and deployment workflows are used to test code automatically. Nightly builds are also run on HPC systems to ensure stability and performance. + +## What have been the biggest challenges in maintaining the project? + +One of the main challenges is balancing development work with teaching and research responsibilities. Securing funding and access to high-performance computing resources is also an ongoing effort. + +Another challenge is managing contributor turnover, as students graduate and new contributors need to be onboarded. Coordinating work across multiple institutions and international collaborators can also add complexity. + +## How do you ensure the project remains sustainable over time? + +Sustainability is supported by maintaining a diverse group of contributors, from early-career researchers to experienced scientists. Collaboration with other teams at Jülich Supercomputing Centre, especially those working on HPC technologies, also helps improve the model's performance and scalability. + +These partnerships and the mix of expertise help ensure continued development and innovation. + +## How do you engage with your community? + +We engage with the community through comprehensive documentation, regular user meetings, and clear contribution guidelines. We hold bi-weekly meetings to discuss progress and gather feedback. + +We also aim to respond quickly to user questions and provide a supportive environment for contributors, helping to build an active and engaged community. + +## Have you taken part in any open source programs or events? + +Yes, the team has participated in several hackathons focused on GPU porting and optimization, including work on systems such as LUMI and the upcoming JUPITER supercomputer. + +We also organized a code sprint in collaboration with the German national Earth System Model initiative to improve the model's user interface. + +## What would you love to achieve by showcasing your project? + +We would like to increase awareness of MPTRAC, attract new contributors, and build stronger collaborations with researchers and institutions. Showcasing the project also helps demonstrate its impact on research, education, and real-world challenges such as air pollution and climate modeling. + +It is also an opportunity to highlight the value of open-source development in scientific research. + +## Do you use AI tools in your day to day work on this project? If so, how? + +Yes, we have started using AI tools in several parts of the MPTRAC project. We have used AI to substantially improve our MkDocs-based user manual and our Doxygen-based developer manual. We have also used large language models, especially ChatGPT, to review and improve code design and performance. + +## Do you implement AI into your classroom or coursework (if applicable)? If so, what does that look like in practice? + +Not directly in formal coursework at this stage. However, PhD students and early-career researchers involved in the project are exposed to AI-supported workflows through documentation, code review, and software development activities. This gives them practical experience with how AI tools can support research software engineering while still requiring careful expert review. + +## Has AI changed how you maintain or manage your project? + +Yes, AI has started to change our maintenance workflows. It helps us improve documentation quality, review code more efficiently, explore design alternatives, and identify potential performance improvements. This can increase the speed and quality of development, but all AI-generated suggestions are still reviewed carefully by experienced developers. + +## Have you experimented with AI driven or automated workflows in your project? What has that looked like? + +Yes. We have used GitHub Copilot to support pull request reviews, for example by helping to spot possible issues, improve readability, and support the review process. More recently, we have started using Codex to bring code development, evaluation, and optimization to a new level. This is particularly interesting for an HPC code like MPTRAC, where code quality, numerical correctness, and performance are all critical. + +## Have you explored GitHub Agentic Workflows? What has your experience been? + +We have only started exploring more agentic workflows recently, mainly through our use of Codex for code development, evaluation, and optimization. Our experience so far is promising. These workflows can help accelerate development and support more systematic evaluation of code changes, but they still require close human supervision. + +## If you use GitHub Agentic Workflows, do you prefer to create, debug, and modify them through an agent, or by manually editing the markdown file? + +At this stage, we are still experimenting and do not yet have a strong preference. For complex workflows, we still value the transparency and control of manual editing, but agent-assisted creation and debugging can be very helpful for speeding up iteration and identifying issues. + +## How do you see your contributors using AI when working on your project? + +We expect contributors to use AI mainly for documentation, code understanding, code review, testing, and implementation support. AI can be especially helpful for onboarding new contributors, explaining complex parts of the code base, and improving documentation. However, for scientific code contributions, human review remains essential to ensure correctness, reproducibility, and performance. + +## What concerns or challenges, if any, do you have about the use of AI in your project or field? + +Our main concerns are quality, trust, and scientific correctness. MPTRAC is used for atmospheric research, so suggested code changes must be carefully validated to avoid numerical errors or unintended changes in model behavior. + +There are also challenges around reproducibility, transparency, and making sure that students and contributors continue to develop a deep understanding of the scientific and technical foundations rather than relying too heavily on automated suggestions. + +## How has your approach to maintaining this project evolved over time? + +Our approach has become much more structured and collaborative over time. We use regular code reviews, testing, CI/CD workflows, documentation systems, and scheduled releases. More recently, AI tools have become part of this evolving workflow, helping with documentation, code review, design discussions, and performance optimization. + +## How do you see AI shaping the future of your project or field? + +We expect AI to become increasingly useful in scientific software development. In fields such as atmospheric modeling and high-performance computing, AI may help accelerate development and make complex software more accessible. + +At the same time, scientific expertise, careful validation, and transparent workflows will remain essential. + +## Is there anything else you'd like to share? + +The open-source journey of MPTRAC has enabled collaboration with a global community of researchers, developers, and students. This has supported continuous improvement and knowledge sharing across disciplines. + +We are excited to continue growing the community and advancing MPTRAC as a tool for atmospheric research, and we are grateful for the support provided by platforms like GitHub. diff --git a/public/maintainer-month-2026.ics b/public/maintainer-month-2026.ics index 2aba0e4f1..c611914fe 100644 --- a/public/maintainer-month-2026.ics +++ b/public/maintainer-month-2026.ics @@ -6,9 +6,9 @@ METHOD:PUBLISH X-WR-CALNAME:Maintainer Month 2026 X-PUBLISHED-TTL:PT1H BEGIN:VEVENT -UID:IBwKB85bMcSaAPyHEtYmV +UID:_Fg6zLNmFD7FmNVaZrk3f SUMMARY:Open Source Friday - Welcome to Maintainer Month 2026 -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260501T150000Z DTEND:20260501T160000Z DESCRIPTION:Kicking off Maintainer Month 2026 with a special Open Source Fr @@ -17,9 +17,9 @@ URL:https://www.youtube.com/watch?v=Ro_VMXWbLt8 LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:pejhLHWZMkUVH518_MflS +UID:3wVtXOwe--lgLn5yh_pCN SUMMARY:Open Source Friday: Remotion -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260501T180000Z DTEND:20260501T190000Z DESCRIPTION:Johnny Burger on Remotion\, an open source framework for creati @@ -28,9 +28,9 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:JGzW3W-3Veoq7vO4fFX-p +UID:lYjXHUphUPNWPnK0iRGbR SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART;VALUE=DATE:20260507 DTEND;VALUE=DATE:20260508 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -38,9 +38,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:agtKHqu3Qxk5NDoA9u5Dj +UID:P7bKTEMHwMaWSD8yGRiyL SUMMARY:The State of Open Source in 2026 -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260507T170000Z DTEND:20260507T180000Z DESCRIPTION:Open source software remains essential to enterprise technology @@ -50,9 +50,9 @@ URL:https://ter.li/2kn3s1hb LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:XJCYK6XIoj-72tud3Q3YB +UID:vgr_3FvC6C1FxUPQ-gnI7 SUMMARY:Open Source Friday: Spec Kit -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260508T170000Z DTEND:20260508T180000Z DESCRIPTION:Manfred Riem (@mnriem) on Spec Kit\, an open source toolkit for @@ -61,9 +61,9 @@ URL:https://www.youtube.com/watch?v=2IArMAhkJcE LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:pOujlwAUJBN5hlHdGHDup +UID:JSP7Alq7PReOtHHUGxxoy SUMMARY:Maintainers Meetup Delhi -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260509T103000Z DTEND:20260509T133000Z DESCRIPTION:As part of MaintainersMay\, FOSS United Foundation is organisin @@ -73,9 +73,9 @@ URL:https://fossunited.org/c/delhi/maintainers-meetup LOCATION:Delhi\, India END:VEVENT BEGIN:VEVENT -UID:I-5E35Fs2bdRpv0MqnMN- +UID:qhYxcyvIowieCRkTN70NC SUMMARY:What's wrong with AssertJ?! -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260512T181500Z DTEND:20260512T193000Z DESCRIPTION:AssertJ maintainer Stefano Cordio explores the technical debt a @@ -85,9 +85,9 @@ URL:https://www.jug.ch/html/events/2026/assertj.html LOCATION:Zurich\, Switzerland END:VEVENT BEGIN:VEVENT -UID:7YTma2HfsU1F-UOGYpe3F +UID:iyaU_EmM8vwSBoav3a6i6 SUMMARY:PyCon US 2026 -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART;VALUE=DATE:20260513 DTEND;VALUE=DATE:20260520 DESCRIPTION:It's time to celebrate Python and the Pythonistas that help bui @@ -97,9 +97,9 @@ URL:https://us.pycon.org/2026/ LOCATION:Long Beach\, CA\, USA END:VEVENT BEGIN:VEVENT -UID:cKwcHlzOScKITpGuxzhMS +UID:oUJxG6bwl2Dn46X7l9Ojp SUMMARY:Discussion: How should corporations support OSS maintainers? -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260514T190000Z DTEND:20260514T200000Z DESCRIPTION:An open discussion on how corporations can support OSS maintain @@ -109,9 +109,9 @@ URL:https://meet.google.com/asd-hucu-syf LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:GVUJziZdInMGljBUmBLPV +UID:S_bT2ib7EiCcQhmUQUBdB SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART;VALUE=DATE:20260514 DTEND;VALUE=DATE:20260515 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -119,9 +119,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:a-uKOeycZtBw1-5TI99SG +UID:X9g17e9-OPZefJMc23DOi SUMMARY:Maintainers Summit at PyCon US -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260516T183000Z DTEND:20260517T003000Z DESCRIPTION:The Maintainers Summit at PyCon US is where the Python communit @@ -131,21 +131,33 @@ URL:https://us.pycon.org/2026/events/maintainers-summit/ LOCATION:Long Beach\, USA END:VEVENT BEGIN:VEVENT -UID:R012SlRqZv8nlOL9oaoYA +UID:dfxXU4nb7p2jRRJ_PcJfK +SUMMARY:Open Source Founders Summit +DTSTAMP:20260624T194114Z +DTSTART:20260518T070000Z +DTEND:20260519T150000Z +DESCRIPTION:Open Source Founders Summit is a business conference\, not a te + ch conference. Open source companies face challenges and opportunities tha + t proprietary softwar... +URL:https://05f5.com/ +LOCATION:Paris\, France +END:VEVENT +BEGIN:VEVENT +UID:feuyfa6HAWI5Qpp_hZvMA SUMMARY:Open Source Summit North America -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART;VALUE=DATE:20260518 DTEND;VALUE=DATE:20260521 DESCRIPTION:Visit the GitHub activation inside the Microsoft booth to chat about maintainer tools\, open source programs\, and what we're building fo r maintainers. URL:https://events.linuxfoundation.org/open-source-summit-north-america/ -LOCATION:Denver\, CO\, USA +LOCATION:Minneapolis\, MN\, USA END:VEVENT BEGIN:VEVENT -UID:ly0mzaXSHmndLxwxUgh73 +UID:x5b6tlwVRe7Vwe7ftV9pz SUMMARY:Open Source Assistive Technology Hackathon -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260521T090000Z DTEND:20260522T070000Z DESCRIPTION:A two-day hackathon focused on helping participants build skill @@ -155,9 +167,9 @@ URL:https://www.eventbrite.com/e/open-source-assistive-technology-hackathon LOCATION:San Francisco\, CA END:VEVENT BEGIN:VEVENT -UID:Y7j-hrc5V_EC5evtLqWh9 +UID:nUrUZRHuFGxE51p03P9Yu SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART;VALUE=DATE:20260521 DTEND;VALUE=DATE:20260522 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -165,9 +177,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:U1fEK7pOTnUQnMyywWbUE +UID:W86EK_aeFfn_VawwrxOS1 SUMMARY:Maintainer Month Panel: Age Assurance Laws and Open Source -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260522T160000Z DTEND:20260522T170000Z DESCRIPTION:Anne Dickison (FreeBSD Foundation)\, Katie Steen-James (OSI)\, @@ -176,9 +188,9 @@ URL:https://www.youtube.com/watch?v=1yXuKjwIYEM LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:nDu82cNU4c2bv_ZcM4GP8 +UID:nWHLcV2d4z73gnv5Rj7y3 SUMMARY:Open Source Friday: OpenMind (OM1) -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260522T170000Z DTEND:20260522T180000Z DESCRIPTION:Prachi Sethi on OM1\, an open source\, hardware-agnostic cognit @@ -187,10 +199,34 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:W_IWrXofQ3htmjjQqowI5 +UID:8AoGeKHRb7AclZg7hQhVZ +SUMMARY:Maintainers Meetup Bengaluru +DTSTAMP:20260624T194114Z +DTSTART:20260523T083000Z +DTEND:20260523T113000Z +DESCRIPTION:As part of MaintainersMay\, FOSS United Foundation is organisin + g Maintainer Meetups all over India! Maintainers Meetup Bengaluru is a ded + icated event for FOSS... +URL:https://fossunited.org/c/bengaluru/maintainers-meetup +LOCATION:Bengaluru\, India +END:VEVENT +BEGIN:VEVENT +UID:i6enFnywEe0ij46P75Ewg +SUMMARY:Open Source Engineering at Datadog +DTSTAMP:20260624T194114Z +DTSTART:20260526T180000Z +DTEND:20260526T203000Z +DESCRIPTION:​Join Datadog's Community Open Source Engineering (COSE) team a + t our NYC office for a GitHub Maintainer Month evening on two major open s + ource observability proje... +URL:https://luma.com/zqa5nphu +LOCATION:New York\, USA +END:VEVENT +BEGIN:VEVENT +UID:8bdNexyueTs1Mlo4QGHkP SUMMARY:What Maintainers need to know about Open Source Licensing\, SBOMs a nd Security -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260527T200000Z DTEND:20260527T210000Z DESCRIPTION:Join Jeff Luszcz from the GitHub Open Source Programs Office as @@ -201,9 +237,9 @@ URL:https://www.youtube.com/watch?v=DxiaRvBuqo8 LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:27GALtn5kXSFTBwpL0xXn +UID:24KOAHBHU__DpftC-lpgY SUMMARY:Introducing Project Pods on For Good First Issue -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260528T220000Z DTEND:20260528T223000Z DESCRIPTION:Open source nonprofits often struggle to get end to end project @@ -212,9 +248,9 @@ DESCRIPTION:Open source nonprofits often struggle to get end to end project LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:vQJScaxg1PrpHSzSju9Ng +UID:X9rAhrTA2e61-QffOsPGJ SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART;VALUE=DATE:20260528 DTEND;VALUE=DATE:20260529 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -222,9 +258,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:ZmG0jxbR-nK1E7mtDQi4z +UID:pc6zApy5XsjU0Lj8wUdj1 SUMMARY:Open Source Friday: dlt -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260529T170000Z DTEND:20260529T180000Z DESCRIPTION:Vis Kahoro on dlt\, a Python SDK for production-grade data pipe @@ -233,9 +269,21 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:RMRphpo5QkACYvRqnqsl- +UID:Yv-yiuM4BHeEh_8-oAYgC +SUMMARY:OSPO Alliance OnRamp - Topic: Setting up an institutional OSPO +DTSTAMP:20260624T194114Z +DTSTART:20260529T083000Z +DTEND:20260529T100000Z +DESCRIPTION:Lessons from setting up an OSPO at Université Grenoble Alpes: o + rigins\, activities\, and challenges of supporting open source research so + ftware. +URL:https://ospo-alliance.org/resources/onramp/20260529_onramp_calendar.ics +LOCATION:Virtual +END:VEVENT +BEGIN:VEVENT +UID:LixB6wBCBZTtGSqrP8etf SUMMARY:Nosso Open Source Summit -DTSTAMP:20260504T180735Z +DTSTAMP:20260624T194114Z DTSTART:20260530T123000Z DTEND:20260530T213000Z DESCRIPTION:🧾 Sobre O NOSS nasce de um incômodo\, que acompanha um sonho. V @@ -244,4 +292,18 @@ DESCRIPTION:🧾 Sobre O NOSS nasce de um incômodo\, que acompanha um sonho. V URL:https://github.com/cumbucadev/NOSS LOCATION:Virtual END:VEVENT +BEGIN:VEVENT +UID:eU_owkznz3jQPkFgsDlQ1 +SUMMARY:How to Be the Contributor Maintainers Actually Want — Lessons from + Pollinations.ai +DTSTAMP:20260624T194114Z +DTSTART:20260531T130000Z +DTEND:20260531T133000Z +DESCRIPTION:A practical\, opinionated 30-minute talk for students and early + -career developers who want their first (or next) open source PR to actual + ly land. With concrete examples from pollinations.ai\, learn what 30 secon + ds of contributor effort can save a maintainer 30 minutes of work. +URL:https://gdg.community.dev/e/mnntys/ +LOCATION:Virtual +END:VEVENT END:VCALENDAR From 6d1872915afd21abd20ce114a018262b49f883f5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:42:42 +0000 Subject: [PATCH 2/5] Finalize MPTRAC spotlight --- public/maintainer-month-2026.ics | 104 +++++++++++++++---------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/public/maintainer-month-2026.ics b/public/maintainer-month-2026.ics index c611914fe..2918bddd4 100644 --- a/public/maintainer-month-2026.ics +++ b/public/maintainer-month-2026.ics @@ -6,9 +6,9 @@ METHOD:PUBLISH X-WR-CALNAME:Maintainer Month 2026 X-PUBLISHED-TTL:PT1H BEGIN:VEVENT -UID:_Fg6zLNmFD7FmNVaZrk3f +UID:LELTgQKj44alAZtI3447d SUMMARY:Open Source Friday - Welcome to Maintainer Month 2026 -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260501T150000Z DTEND:20260501T160000Z DESCRIPTION:Kicking off Maintainer Month 2026 with a special Open Source Fr @@ -17,9 +17,9 @@ URL:https://www.youtube.com/watch?v=Ro_VMXWbLt8 LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:3wVtXOwe--lgLn5yh_pCN +UID:RjsEzCNVv9JMftyOCRBWo SUMMARY:Open Source Friday: Remotion -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260501T180000Z DTEND:20260501T190000Z DESCRIPTION:Johnny Burger on Remotion\, an open source framework for creati @@ -28,9 +28,9 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:lYjXHUphUPNWPnK0iRGbR +UID:rsOw8Hkv1mTHWjhVOf76k SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART;VALUE=DATE:20260507 DTEND;VALUE=DATE:20260508 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -38,9 +38,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:P7bKTEMHwMaWSD8yGRiyL +UID:o1OUYpojViSNNCMeZP1zP SUMMARY:The State of Open Source in 2026 -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260507T170000Z DTEND:20260507T180000Z DESCRIPTION:Open source software remains essential to enterprise technology @@ -50,9 +50,9 @@ URL:https://ter.li/2kn3s1hb LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:vgr_3FvC6C1FxUPQ-gnI7 +UID:a1cW2XWYqZynjXw7U8Ldy SUMMARY:Open Source Friday: Spec Kit -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260508T170000Z DTEND:20260508T180000Z DESCRIPTION:Manfred Riem (@mnriem) on Spec Kit\, an open source toolkit for @@ -61,9 +61,9 @@ URL:https://www.youtube.com/watch?v=2IArMAhkJcE LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:JSP7Alq7PReOtHHUGxxoy +UID:nmPLQu2VVTeD2FwxdqIa1 SUMMARY:Maintainers Meetup Delhi -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260509T103000Z DTEND:20260509T133000Z DESCRIPTION:As part of MaintainersMay\, FOSS United Foundation is organisin @@ -73,9 +73,9 @@ URL:https://fossunited.org/c/delhi/maintainers-meetup LOCATION:Delhi\, India END:VEVENT BEGIN:VEVENT -UID:qhYxcyvIowieCRkTN70NC +UID:Rw2XMKJIq2D8rd2mlvTY4 SUMMARY:What's wrong with AssertJ?! -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260512T181500Z DTEND:20260512T193000Z DESCRIPTION:AssertJ maintainer Stefano Cordio explores the technical debt a @@ -85,9 +85,9 @@ URL:https://www.jug.ch/html/events/2026/assertj.html LOCATION:Zurich\, Switzerland END:VEVENT BEGIN:VEVENT -UID:iyaU_EmM8vwSBoav3a6i6 +UID:yZ54UmVpqvBaRnREL3Uxi SUMMARY:PyCon US 2026 -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART;VALUE=DATE:20260513 DTEND;VALUE=DATE:20260520 DESCRIPTION:It's time to celebrate Python and the Pythonistas that help bui @@ -97,9 +97,9 @@ URL:https://us.pycon.org/2026/ LOCATION:Long Beach\, CA\, USA END:VEVENT BEGIN:VEVENT -UID:oUJxG6bwl2Dn46X7l9Ojp +UID:l23x1jOsuD0tAzS7AcaWB SUMMARY:Discussion: How should corporations support OSS maintainers? -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260514T190000Z DTEND:20260514T200000Z DESCRIPTION:An open discussion on how corporations can support OSS maintain @@ -109,9 +109,9 @@ URL:https://meet.google.com/asd-hucu-syf LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:S_bT2ib7EiCcQhmUQUBdB +UID:MoRABCACwdNtm4hVJXCx7 SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART;VALUE=DATE:20260514 DTEND;VALUE=DATE:20260515 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -119,9 +119,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:X9g17e9-OPZefJMc23DOi +UID:8hDRUqTuOL88FuFoIxPsf SUMMARY:Maintainers Summit at PyCon US -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260516T183000Z DTEND:20260517T003000Z DESCRIPTION:The Maintainers Summit at PyCon US is where the Python communit @@ -131,9 +131,9 @@ URL:https://us.pycon.org/2026/events/maintainers-summit/ LOCATION:Long Beach\, USA END:VEVENT BEGIN:VEVENT -UID:dfxXU4nb7p2jRRJ_PcJfK +UID:_t7AYZTNhMzYfs8drnMKK SUMMARY:Open Source Founders Summit -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260518T070000Z DTEND:20260519T150000Z DESCRIPTION:Open Source Founders Summit is a business conference\, not a te @@ -143,9 +143,9 @@ URL:https://05f5.com/ LOCATION:Paris\, France END:VEVENT BEGIN:VEVENT -UID:feuyfa6HAWI5Qpp_hZvMA +UID:k6s7B-9l23YKp4OuapXE2 SUMMARY:Open Source Summit North America -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART;VALUE=DATE:20260518 DTEND;VALUE=DATE:20260521 DESCRIPTION:Visit the GitHub activation inside the Microsoft booth to chat @@ -155,9 +155,9 @@ URL:https://events.linuxfoundation.org/open-source-summit-north-america/ LOCATION:Minneapolis\, MN\, USA END:VEVENT BEGIN:VEVENT -UID:x5b6tlwVRe7Vwe7ftV9pz +UID:5Qr14mfzya634A9ufM2gr SUMMARY:Open Source Assistive Technology Hackathon -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260521T090000Z DTEND:20260522T070000Z DESCRIPTION:A two-day hackathon focused on helping participants build skill @@ -167,9 +167,9 @@ URL:https://www.eventbrite.com/e/open-source-assistive-technology-hackathon LOCATION:San Francisco\, CA END:VEVENT BEGIN:VEVENT -UID:nUrUZRHuFGxE51p03P9Yu +UID:7eMibZcCmOvWJw0csD5kS SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART;VALUE=DATE:20260521 DTEND;VALUE=DATE:20260522 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -177,9 +177,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:W86EK_aeFfn_VawwrxOS1 +UID:H9vvnBUts0iFhT3Eoe8po SUMMARY:Maintainer Month Panel: Age Assurance Laws and Open Source -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260522T160000Z DTEND:20260522T170000Z DESCRIPTION:Anne Dickison (FreeBSD Foundation)\, Katie Steen-James (OSI)\, @@ -188,9 +188,9 @@ URL:https://www.youtube.com/watch?v=1yXuKjwIYEM LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:nWHLcV2d4z73gnv5Rj7y3 +UID:S_1rKnRCHliFnnXHUXBqs SUMMARY:Open Source Friday: OpenMind (OM1) -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260522T170000Z DTEND:20260522T180000Z DESCRIPTION:Prachi Sethi on OM1\, an open source\, hardware-agnostic cognit @@ -199,9 +199,9 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:8AoGeKHRb7AclZg7hQhVZ +UID:FIHBhct-GGHkaBkXCWBpm SUMMARY:Maintainers Meetup Bengaluru -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260523T083000Z DTEND:20260523T113000Z DESCRIPTION:As part of MaintainersMay\, FOSS United Foundation is organisin @@ -211,9 +211,9 @@ URL:https://fossunited.org/c/bengaluru/maintainers-meetup LOCATION:Bengaluru\, India END:VEVENT BEGIN:VEVENT -UID:i6enFnywEe0ij46P75Ewg +UID:aLnqvwCEkmT83j49R2HJV SUMMARY:Open Source Engineering at Datadog -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260526T180000Z DTEND:20260526T203000Z DESCRIPTION:​Join Datadog's Community Open Source Engineering (COSE) team a @@ -223,10 +223,10 @@ URL:https://luma.com/zqa5nphu LOCATION:New York\, USA END:VEVENT BEGIN:VEVENT -UID:8bdNexyueTs1Mlo4QGHkP +UID:xXhQUrJ8FL93z8EK4FHx9 SUMMARY:What Maintainers need to know about Open Source Licensing\, SBOMs a nd Security -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260527T200000Z DTEND:20260527T210000Z DESCRIPTION:Join Jeff Luszcz from the GitHub Open Source Programs Office as @@ -237,9 +237,9 @@ URL:https://www.youtube.com/watch?v=DxiaRvBuqo8 LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:24KOAHBHU__DpftC-lpgY +UID:Nj9xVyUzq73BW1m-a7HAH SUMMARY:Introducing Project Pods on For Good First Issue -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260528T220000Z DTEND:20260528T223000Z DESCRIPTION:Open source nonprofits often struggle to get end to end project @@ -248,9 +248,9 @@ DESCRIPTION:Open source nonprofits often struggle to get end to end project LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:X9rAhrTA2e61-QffOsPGJ +UID:97e-lnl0F3wj31cdefXvJ SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART;VALUE=DATE:20260528 DTEND;VALUE=DATE:20260529 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -258,9 +258,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:pc6zApy5XsjU0Lj8wUdj1 +UID:_EQ1ZwNgdXYsf9gxYS5R7 SUMMARY:Open Source Friday: dlt -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260529T170000Z DTEND:20260529T180000Z DESCRIPTION:Vis Kahoro on dlt\, a Python SDK for production-grade data pipe @@ -269,9 +269,9 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:Yv-yiuM4BHeEh_8-oAYgC +UID:a9sbEUgUvEJqnovJLN_mJ SUMMARY:OSPO Alliance OnRamp - Topic: Setting up an institutional OSPO -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260529T083000Z DTEND:20260529T100000Z DESCRIPTION:Lessons from setting up an OSPO at Université Grenoble Alpes: o @@ -281,9 +281,9 @@ URL:https://ospo-alliance.org/resources/onramp/20260529_onramp_calendar.ics LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:LixB6wBCBZTtGSqrP8etf +UID:Y_g4s002dgO_E9hxp7m_b SUMMARY:Nosso Open Source Summit -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260530T123000Z DTEND:20260530T213000Z DESCRIPTION:🧾 Sobre O NOSS nasce de um incômodo\, que acompanha um sonho. V @@ -293,10 +293,10 @@ URL:https://github.com/cumbucadev/NOSS LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:eU_owkznz3jQPkFgsDlQ1 +UID:9G25xZXVKuP5ItiS6iYBD SUMMARY:How to Be the Contributor Maintainers Actually Want — Lessons from Pollinations.ai -DTSTAMP:20260624T194114Z +DTSTAMP:20260624T194209Z DTSTART:20260531T130000Z DTEND:20260531T133000Z DESCRIPTION:A practical\, opinionated 30-minute talk for students and early From 41a2de070e8dd80f15304fc008c5d34c7c6d98ce Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:46:07 +0000 Subject: [PATCH 3/5] Revert generated ICS change --- public/maintainer-month-2026.ics | 104 +++++++++++++++---------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/public/maintainer-month-2026.ics b/public/maintainer-month-2026.ics index 2918bddd4..992cba1c9 100644 --- a/public/maintainer-month-2026.ics +++ b/public/maintainer-month-2026.ics @@ -6,9 +6,9 @@ METHOD:PUBLISH X-WR-CALNAME:Maintainer Month 2026 X-PUBLISHED-TTL:PT1H BEGIN:VEVENT -UID:LELTgQKj44alAZtI3447d +UID:zBgH3FjferIqD4sVvIBsx SUMMARY:Open Source Friday - Welcome to Maintainer Month 2026 -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260501T150000Z DTEND:20260501T160000Z DESCRIPTION:Kicking off Maintainer Month 2026 with a special Open Source Fr @@ -17,9 +17,9 @@ URL:https://www.youtube.com/watch?v=Ro_VMXWbLt8 LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:RjsEzCNVv9JMftyOCRBWo +UID:KT5zrjgcOUixqXTsvJfVo SUMMARY:Open Source Friday: Remotion -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260501T180000Z DTEND:20260501T190000Z DESCRIPTION:Johnny Burger on Remotion\, an open source framework for creati @@ -28,9 +28,9 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:rsOw8Hkv1mTHWjhVOf76k +UID:MumrXZsMj9fW7wxZJrhES SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART;VALUE=DATE:20260507 DTEND;VALUE=DATE:20260508 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -38,9 +38,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:o1OUYpojViSNNCMeZP1zP +UID:MiDHPb8vMuHZN_Si4OyCA SUMMARY:The State of Open Source in 2026 -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260507T170000Z DTEND:20260507T180000Z DESCRIPTION:Open source software remains essential to enterprise technology @@ -50,9 +50,9 @@ URL:https://ter.li/2kn3s1hb LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:a1cW2XWYqZynjXw7U8Ldy +UID:qNZcfn08yupWWN7c_7d49 SUMMARY:Open Source Friday: Spec Kit -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260508T170000Z DTEND:20260508T180000Z DESCRIPTION:Manfred Riem (@mnriem) on Spec Kit\, an open source toolkit for @@ -61,9 +61,9 @@ URL:https://www.youtube.com/watch?v=2IArMAhkJcE LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:nmPLQu2VVTeD2FwxdqIa1 +UID:FNZziCsJRZiTZdb9ETr8S SUMMARY:Maintainers Meetup Delhi -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260509T103000Z DTEND:20260509T133000Z DESCRIPTION:As part of MaintainersMay\, FOSS United Foundation is organisin @@ -73,9 +73,9 @@ URL:https://fossunited.org/c/delhi/maintainers-meetup LOCATION:Delhi\, India END:VEVENT BEGIN:VEVENT -UID:Rw2XMKJIq2D8rd2mlvTY4 +UID:Xl4qIrx94dYjiIQJU7Hzd SUMMARY:What's wrong with AssertJ?! -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260512T181500Z DTEND:20260512T193000Z DESCRIPTION:AssertJ maintainer Stefano Cordio explores the technical debt a @@ -85,9 +85,9 @@ URL:https://www.jug.ch/html/events/2026/assertj.html LOCATION:Zurich\, Switzerland END:VEVENT BEGIN:VEVENT -UID:yZ54UmVpqvBaRnREL3Uxi +UID:_1M8zgnGon3EIms1sYRM3 SUMMARY:PyCon US 2026 -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART;VALUE=DATE:20260513 DTEND;VALUE=DATE:20260520 DESCRIPTION:It's time to celebrate Python and the Pythonistas that help bui @@ -97,9 +97,9 @@ URL:https://us.pycon.org/2026/ LOCATION:Long Beach\, CA\, USA END:VEVENT BEGIN:VEVENT -UID:l23x1jOsuD0tAzS7AcaWB +UID:X-jMxZxuY-UZLz9Xf184A SUMMARY:Discussion: How should corporations support OSS maintainers? -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260514T190000Z DTEND:20260514T200000Z DESCRIPTION:An open discussion on how corporations can support OSS maintain @@ -109,9 +109,9 @@ URL:https://meet.google.com/asd-hucu-syf LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:MoRABCACwdNtm4hVJXCx7 +UID:cJOqH6fbmlL3GPuVENZNy SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART;VALUE=DATE:20260514 DTEND;VALUE=DATE:20260515 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -119,9 +119,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:8hDRUqTuOL88FuFoIxPsf +UID:4RLB2IsAihHqpJmg_9HoF SUMMARY:Maintainers Summit at PyCon US -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260516T183000Z DTEND:20260517T003000Z DESCRIPTION:The Maintainers Summit at PyCon US is where the Python communit @@ -131,9 +131,9 @@ URL:https://us.pycon.org/2026/events/maintainers-summit/ LOCATION:Long Beach\, USA END:VEVENT BEGIN:VEVENT -UID:_t7AYZTNhMzYfs8drnMKK +UID:PuZn7FHmDicY1EHPHqmKq SUMMARY:Open Source Founders Summit -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260518T070000Z DTEND:20260519T150000Z DESCRIPTION:Open Source Founders Summit is a business conference\, not a te @@ -143,9 +143,9 @@ URL:https://05f5.com/ LOCATION:Paris\, France END:VEVENT BEGIN:VEVENT -UID:k6s7B-9l23YKp4OuapXE2 +UID:aJgipYX4h0xGgTbBrUc5D SUMMARY:Open Source Summit North America -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART;VALUE=DATE:20260518 DTEND;VALUE=DATE:20260521 DESCRIPTION:Visit the GitHub activation inside the Microsoft booth to chat @@ -155,9 +155,9 @@ URL:https://events.linuxfoundation.org/open-source-summit-north-america/ LOCATION:Minneapolis\, MN\, USA END:VEVENT BEGIN:VEVENT -UID:5Qr14mfzya634A9ufM2gr +UID:l5gv9J26_hgtv1n8wSqPZ SUMMARY:Open Source Assistive Technology Hackathon -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260521T090000Z DTEND:20260522T070000Z DESCRIPTION:A two-day hackathon focused on helping participants build skill @@ -167,9 +167,9 @@ URL:https://www.eventbrite.com/e/open-source-assistive-technology-hackathon LOCATION:San Francisco\, CA END:VEVENT BEGIN:VEVENT -UID:7eMibZcCmOvWJw0csD5kS +UID:rsv0Z5Gvw5PpdqZL6injN SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART;VALUE=DATE:20260521 DTEND;VALUE=DATE:20260522 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -177,9 +177,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:H9vvnBUts0iFhT3Eoe8po +UID:EguDJ5PYiFnoRjdTiXZSW SUMMARY:Maintainer Month Panel: Age Assurance Laws and Open Source -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260522T160000Z DTEND:20260522T170000Z DESCRIPTION:Anne Dickison (FreeBSD Foundation)\, Katie Steen-James (OSI)\, @@ -188,9 +188,9 @@ URL:https://www.youtube.com/watch?v=1yXuKjwIYEM LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:S_1rKnRCHliFnnXHUXBqs +UID:WZ--ZYEj3317ndCba6Dic SUMMARY:Open Source Friday: OpenMind (OM1) -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260522T170000Z DTEND:20260522T180000Z DESCRIPTION:Prachi Sethi on OM1\, an open source\, hardware-agnostic cognit @@ -199,9 +199,9 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:FIHBhct-GGHkaBkXCWBpm +UID:Zmj2hwXo29JbG9WkvMEej SUMMARY:Maintainers Meetup Bengaluru -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260523T083000Z DTEND:20260523T113000Z DESCRIPTION:As part of MaintainersMay\, FOSS United Foundation is organisin @@ -211,9 +211,9 @@ URL:https://fossunited.org/c/bengaluru/maintainers-meetup LOCATION:Bengaluru\, India END:VEVENT BEGIN:VEVENT -UID:aLnqvwCEkmT83j49R2HJV +UID:olFNdC6TohF6rVrc-kbPx SUMMARY:Open Source Engineering at Datadog -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260526T180000Z DTEND:20260526T203000Z DESCRIPTION:​Join Datadog's Community Open Source Engineering (COSE) team a @@ -223,10 +223,10 @@ URL:https://luma.com/zqa5nphu LOCATION:New York\, USA END:VEVENT BEGIN:VEVENT -UID:xXhQUrJ8FL93z8EK4FHx9 +UID:ebTjWRCY4G_NX3q3WRqKl SUMMARY:What Maintainers need to know about Open Source Licensing\, SBOMs a nd Security -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260527T200000Z DTEND:20260527T210000Z DESCRIPTION:Join Jeff Luszcz from the GitHub Open Source Programs Office as @@ -237,9 +237,9 @@ URL:https://www.youtube.com/watch?v=DxiaRvBuqo8 LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:Nj9xVyUzq73BW1m-a7HAH +UID:EGbeq1SePne1PRwlkf098 SUMMARY:Introducing Project Pods on For Good First Issue -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260528T220000Z DTEND:20260528T223000Z DESCRIPTION:Open source nonprofits often struggle to get end to end project @@ -248,9 +248,9 @@ DESCRIPTION:Open source nonprofits often struggle to get end to end project LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:97e-lnl0F3wj31cdefXvJ +UID:6svIBsmcfPxUo_5-EPXBI SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART;VALUE=DATE:20260528 DTEND;VALUE=DATE:20260529 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -258,9 +258,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:_EQ1ZwNgdXYsf9gxYS5R7 +UID:esx_qLdCM3GpNCK-SeXHc SUMMARY:Open Source Friday: dlt -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260529T170000Z DTEND:20260529T180000Z DESCRIPTION:Vis Kahoro on dlt\, a Python SDK for production-grade data pipe @@ -269,9 +269,9 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:a9sbEUgUvEJqnovJLN_mJ +UID:EcUO0xe_PoQarHBEp0Cmp SUMMARY:OSPO Alliance OnRamp - Topic: Setting up an institutional OSPO -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260529T083000Z DTEND:20260529T100000Z DESCRIPTION:Lessons from setting up an OSPO at Université Grenoble Alpes: o @@ -281,9 +281,9 @@ URL:https://ospo-alliance.org/resources/onramp/20260529_onramp_calendar.ics LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:Y_g4s002dgO_E9hxp7m_b +UID:ZCVQnjBtBp91rkv4Qz_lg SUMMARY:Nosso Open Source Summit -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260530T123000Z DTEND:20260530T213000Z DESCRIPTION:🧾 Sobre O NOSS nasce de um incômodo\, que acompanha um sonho. V @@ -293,10 +293,10 @@ URL:https://github.com/cumbucadev/NOSS LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:9G25xZXVKuP5ItiS6iYBD +UID:9phcqfNOay6UoZeBnVGc5 SUMMARY:How to Be the Contributor Maintainers Actually Want — Lessons from Pollinations.ai -DTSTAMP:20260624T194209Z +DTSTAMP:20260624T194547Z DTSTART:20260531T130000Z DTEND:20260531T133000Z DESCRIPTION:A practical\, opinionated 30-minute talk for students and early From f1d7d70cc6ad14d9c28b9f81b31f4b381aa05e7b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:46:50 +0000 Subject: [PATCH 4/5] Remove ICS file change from PR --- public/maintainer-month-2026.ics | 148 +++++++++---------------------- 1 file changed, 43 insertions(+), 105 deletions(-) diff --git a/public/maintainer-month-2026.ics b/public/maintainer-month-2026.ics index 992cba1c9..2aba0e4f1 100644 --- a/public/maintainer-month-2026.ics +++ b/public/maintainer-month-2026.ics @@ -6,9 +6,9 @@ METHOD:PUBLISH X-WR-CALNAME:Maintainer Month 2026 X-PUBLISHED-TTL:PT1H BEGIN:VEVENT -UID:zBgH3FjferIqD4sVvIBsx +UID:IBwKB85bMcSaAPyHEtYmV SUMMARY:Open Source Friday - Welcome to Maintainer Month 2026 -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260501T150000Z DTEND:20260501T160000Z DESCRIPTION:Kicking off Maintainer Month 2026 with a special Open Source Fr @@ -17,9 +17,9 @@ URL:https://www.youtube.com/watch?v=Ro_VMXWbLt8 LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:KT5zrjgcOUixqXTsvJfVo +UID:pejhLHWZMkUVH518_MflS SUMMARY:Open Source Friday: Remotion -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260501T180000Z DTEND:20260501T190000Z DESCRIPTION:Johnny Burger on Remotion\, an open source framework for creati @@ -28,9 +28,9 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:MumrXZsMj9fW7wxZJrhES +UID:JGzW3W-3Veoq7vO4fFX-p SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART;VALUE=DATE:20260507 DTEND;VALUE=DATE:20260508 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -38,9 +38,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:MiDHPb8vMuHZN_Si4OyCA +UID:agtKHqu3Qxk5NDoA9u5Dj SUMMARY:The State of Open Source in 2026 -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260507T170000Z DTEND:20260507T180000Z DESCRIPTION:Open source software remains essential to enterprise technology @@ -50,9 +50,9 @@ URL:https://ter.li/2kn3s1hb LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:qNZcfn08yupWWN7c_7d49 +UID:XJCYK6XIoj-72tud3Q3YB SUMMARY:Open Source Friday: Spec Kit -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260508T170000Z DTEND:20260508T180000Z DESCRIPTION:Manfred Riem (@mnriem) on Spec Kit\, an open source toolkit for @@ -61,9 +61,9 @@ URL:https://www.youtube.com/watch?v=2IArMAhkJcE LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:FNZziCsJRZiTZdb9ETr8S +UID:pOujlwAUJBN5hlHdGHDup SUMMARY:Maintainers Meetup Delhi -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260509T103000Z DTEND:20260509T133000Z DESCRIPTION:As part of MaintainersMay\, FOSS United Foundation is organisin @@ -73,9 +73,9 @@ URL:https://fossunited.org/c/delhi/maintainers-meetup LOCATION:Delhi\, India END:VEVENT BEGIN:VEVENT -UID:Xl4qIrx94dYjiIQJU7Hzd +UID:I-5E35Fs2bdRpv0MqnMN- SUMMARY:What's wrong with AssertJ?! -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260512T181500Z DTEND:20260512T193000Z DESCRIPTION:AssertJ maintainer Stefano Cordio explores the technical debt a @@ -85,9 +85,9 @@ URL:https://www.jug.ch/html/events/2026/assertj.html LOCATION:Zurich\, Switzerland END:VEVENT BEGIN:VEVENT -UID:_1M8zgnGon3EIms1sYRM3 +UID:7YTma2HfsU1F-UOGYpe3F SUMMARY:PyCon US 2026 -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART;VALUE=DATE:20260513 DTEND;VALUE=DATE:20260520 DESCRIPTION:It's time to celebrate Python and the Pythonistas that help bui @@ -97,9 +97,9 @@ URL:https://us.pycon.org/2026/ LOCATION:Long Beach\, CA\, USA END:VEVENT BEGIN:VEVENT -UID:X-jMxZxuY-UZLz9Xf184A +UID:cKwcHlzOScKITpGuxzhMS SUMMARY:Discussion: How should corporations support OSS maintainers? -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260514T190000Z DTEND:20260514T200000Z DESCRIPTION:An open discussion on how corporations can support OSS maintain @@ -109,9 +109,9 @@ URL:https://meet.google.com/asd-hucu-syf LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:cJOqH6fbmlL3GPuVENZNy +UID:GVUJziZdInMGljBUmBLPV SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART;VALUE=DATE:20260514 DTEND;VALUE=DATE:20260515 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -119,9 +119,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:4RLB2IsAihHqpJmg_9HoF +UID:a-uKOeycZtBw1-5TI99SG SUMMARY:Maintainers Summit at PyCon US -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260516T183000Z DTEND:20260517T003000Z DESCRIPTION:The Maintainers Summit at PyCon US is where the Python communit @@ -131,33 +131,21 @@ URL:https://us.pycon.org/2026/events/maintainers-summit/ LOCATION:Long Beach\, USA END:VEVENT BEGIN:VEVENT -UID:PuZn7FHmDicY1EHPHqmKq -SUMMARY:Open Source Founders Summit -DTSTAMP:20260624T194547Z -DTSTART:20260518T070000Z -DTEND:20260519T150000Z -DESCRIPTION:Open Source Founders Summit is a business conference\, not a te - ch conference. Open source companies face challenges and opportunities tha - t proprietary softwar... -URL:https://05f5.com/ -LOCATION:Paris\, France -END:VEVENT -BEGIN:VEVENT -UID:aJgipYX4h0xGgTbBrUc5D +UID:R012SlRqZv8nlOL9oaoYA SUMMARY:Open Source Summit North America -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART;VALUE=DATE:20260518 DTEND;VALUE=DATE:20260521 DESCRIPTION:Visit the GitHub activation inside the Microsoft booth to chat about maintainer tools\, open source programs\, and what we're building fo r maintainers. URL:https://events.linuxfoundation.org/open-source-summit-north-america/ -LOCATION:Minneapolis\, MN\, USA +LOCATION:Denver\, CO\, USA END:VEVENT BEGIN:VEVENT -UID:l5gv9J26_hgtv1n8wSqPZ +UID:ly0mzaXSHmndLxwxUgh73 SUMMARY:Open Source Assistive Technology Hackathon -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260521T090000Z DTEND:20260522T070000Z DESCRIPTION:A two-day hackathon focused on helping participants build skill @@ -167,9 +155,9 @@ URL:https://www.eventbrite.com/e/open-source-assistive-technology-hackathon LOCATION:San Francisco\, CA END:VEVENT BEGIN:VEVENT -UID:rsv0Z5Gvw5PpdqZL6injN +UID:Y7j-hrc5V_EC5evtLqWh9 SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART;VALUE=DATE:20260521 DTEND;VALUE=DATE:20260522 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -177,9 +165,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:EguDJ5PYiFnoRjdTiXZSW +UID:U1fEK7pOTnUQnMyywWbUE SUMMARY:Maintainer Month Panel: Age Assurance Laws and Open Source -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260522T160000Z DTEND:20260522T170000Z DESCRIPTION:Anne Dickison (FreeBSD Foundation)\, Katie Steen-James (OSI)\, @@ -188,9 +176,9 @@ URL:https://www.youtube.com/watch?v=1yXuKjwIYEM LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:WZ--ZYEj3317ndCba6Dic +UID:nDu82cNU4c2bv_ZcM4GP8 SUMMARY:Open Source Friday: OpenMind (OM1) -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260522T170000Z DTEND:20260522T180000Z DESCRIPTION:Prachi Sethi on OM1\, an open source\, hardware-agnostic cognit @@ -199,34 +187,10 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:Zmj2hwXo29JbG9WkvMEej -SUMMARY:Maintainers Meetup Bengaluru -DTSTAMP:20260624T194547Z -DTSTART:20260523T083000Z -DTEND:20260523T113000Z -DESCRIPTION:As part of MaintainersMay\, FOSS United Foundation is organisin - g Maintainer Meetups all over India! Maintainers Meetup Bengaluru is a ded - icated event for FOSS... -URL:https://fossunited.org/c/bengaluru/maintainers-meetup -LOCATION:Bengaluru\, India -END:VEVENT -BEGIN:VEVENT -UID:olFNdC6TohF6rVrc-kbPx -SUMMARY:Open Source Engineering at Datadog -DTSTAMP:20260624T194547Z -DTSTART:20260526T180000Z -DTEND:20260526T203000Z -DESCRIPTION:​Join Datadog's Community Open Source Engineering (COSE) team a - t our NYC office for a GitHub Maintainer Month evening on two major open s - ource observability proje... -URL:https://luma.com/zqa5nphu -LOCATION:New York\, USA -END:VEVENT -BEGIN:VEVENT -UID:ebTjWRCY4G_NX3q3WRqKl +UID:W_IWrXofQ3htmjjQqowI5 SUMMARY:What Maintainers need to know about Open Source Licensing\, SBOMs a nd Security -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260527T200000Z DTEND:20260527T210000Z DESCRIPTION:Join Jeff Luszcz from the GitHub Open Source Programs Office as @@ -237,9 +201,9 @@ URL:https://www.youtube.com/watch?v=DxiaRvBuqo8 LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:EGbeq1SePne1PRwlkf098 +UID:27GALtn5kXSFTBwpL0xXn SUMMARY:Introducing Project Pods on For Good First Issue -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260528T220000Z DTEND:20260528T223000Z DESCRIPTION:Open source nonprofits often struggle to get end to end project @@ -248,9 +212,9 @@ DESCRIPTION:Open source nonprofits often struggle to get end to end project LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:6svIBsmcfPxUo_5-EPXBI +UID:vQJScaxg1PrpHSzSju9Ng SUMMARY:Rubber Duck Thursday: Maintainer Month Edition -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART;VALUE=DATE:20260528 DTEND;VALUE=DATE:20260529 DESCRIPTION:Live coding with maintainers as part of Maintainer Month 2026. @@ -258,9 +222,9 @@ URL:https://gh.io/rubberduckthursdays LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:esx_qLdCM3GpNCK-SeXHc +UID:ZmG0jxbR-nK1E7mtDQi4z SUMMARY:Open Source Friday: dlt -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260529T170000Z DTEND:20260529T180000Z DESCRIPTION:Vis Kahoro on dlt\, a Python SDK for production-grade data pipe @@ -269,21 +233,9 @@ URL:https://www.youtube.com/@GitHub LOCATION:Virtual END:VEVENT BEGIN:VEVENT -UID:EcUO0xe_PoQarHBEp0Cmp -SUMMARY:OSPO Alliance OnRamp - Topic: Setting up an institutional OSPO -DTSTAMP:20260624T194547Z -DTSTART:20260529T083000Z -DTEND:20260529T100000Z -DESCRIPTION:Lessons from setting up an OSPO at Université Grenoble Alpes: o - rigins\, activities\, and challenges of supporting open source research so - ftware. -URL:https://ospo-alliance.org/resources/onramp/20260529_onramp_calendar.ics -LOCATION:Virtual -END:VEVENT -BEGIN:VEVENT -UID:ZCVQnjBtBp91rkv4Qz_lg +UID:RMRphpo5QkACYvRqnqsl- SUMMARY:Nosso Open Source Summit -DTSTAMP:20260624T194547Z +DTSTAMP:20260504T180735Z DTSTART:20260530T123000Z DTEND:20260530T213000Z DESCRIPTION:🧾 Sobre O NOSS nasce de um incômodo\, que acompanha um sonho. V @@ -292,18 +244,4 @@ DESCRIPTION:🧾 Sobre O NOSS nasce de um incômodo\, que acompanha um sonho. V URL:https://github.com/cumbucadev/NOSS LOCATION:Virtual END:VEVENT -BEGIN:VEVENT -UID:9phcqfNOay6UoZeBnVGc5 -SUMMARY:How to Be the Contributor Maintainers Actually Want — Lessons from - Pollinations.ai -DTSTAMP:20260624T194547Z -DTSTART:20260531T130000Z -DTEND:20260531T133000Z -DESCRIPTION:A practical\, opinionated 30-minute talk for students and early - -career developers who want their first (or next) open source PR to actual - ly land. With concrete examples from pollinations.ai\, learn what 30 secon - ds of contributor effort can save a maintainer 30 minutes of work. -URL:https://gdg.community.dev/e/mnntys/ -LOCATION:Virtual -END:VEVENT END:VCALENDAR From c1b2bbd18e72df9ba0698607cdfe217117420cf3 Mon Sep 17 00:00:00 2001 From: samus-aran Date: Wed, 24 Jun 2026 20:54:19 +0100 Subject: [PATCH 5/5] Update mptrac-maintainer-spotlight.md --- content/academia/mptrac-maintainer-spotlight.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/academia/mptrac-maintainer-spotlight.md b/content/academia/mptrac-maintainer-spotlight.md index acd9778de..950415c92 100644 --- a/content/academia/mptrac-maintainer-spotlight.md +++ b/content/academia/mptrac-maintainer-spotlight.md @@ -112,13 +112,6 @@ Yes, AI has started to change our maintenance workflows. It helps us improve doc Yes. We have used GitHub Copilot to support pull request reviews, for example by helping to spot possible issues, improve readability, and support the review process. More recently, we have started using Codex to bring code development, evaluation, and optimization to a new level. This is particularly interesting for an HPC code like MPTRAC, where code quality, numerical correctness, and performance are all critical. -## Have you explored GitHub Agentic Workflows? What has your experience been? - -We have only started exploring more agentic workflows recently, mainly through our use of Codex for code development, evaluation, and optimization. Our experience so far is promising. These workflows can help accelerate development and support more systematic evaluation of code changes, but they still require close human supervision. - -## If you use GitHub Agentic Workflows, do you prefer to create, debug, and modify them through an agent, or by manually editing the markdown file? - -At this stage, we are still experimenting and do not yet have a strong preference. For complex workflows, we still value the transparency and control of manual editing, but agent-assisted creation and debugging can be very helpful for speeding up iteration and identifying issues. ## How do you see your contributors using AI when working on your project?