.. _governance: Lightning Governance #################### This document describes governance processes we follow in developing PyTorch Lightning. Persons of Interest ******************* .. _governance_bdfl: BDFL ---- Role: All final decisions related to Lightning. - William Falcon (`williamFalcon `_) (Lightning founder) Leads ----- - Jirka Borovec (`Borda `_) - Ethan Harris (`ethanwharris `_) (Torchbearer founder) - Justus Schock (`justusschock `_) - Adrian Wälchli (`awaelchli `_) - Thomas Chaton (`tchaton `_) - Sean Narenthiran (`SeanNaren `_) - Carlos Mocholí (`carmocca `_) - Kaushik Bokka (`kaushikb11 `_) - Ananth Subramaniam (`ananthsub `_) - Rohit Gupta (`rohitgr7 `_) Core Maintainers ---------------- - Nicki Skafte (`skaftenicki `_) - Akihiro Nitta (`akihironitta `_) - Danielle Pintz (`daniellepintz `_) - Siyu Wang (`four4fish `_) Board ----- - Jeremy Jordan (`jeremyjordan `_) - Tullie Murrell (`tullie `_) - Nic Eggert (`neggert `_) - Matthew Painter (`MattPainter01 `_) (Torchbearer founder) Alumni ------ - Jeff Yang (`ydcjeff `_) - Lezwon Castelino (`lezwon `_) - Jeff Ling (`jeffling `_) - Teddy Koker (`teddykoker `_) - Nate Raw (`nateraw `_) - Peter Yu (`yukw777 `_) - Roger Shieh (`s-rog `_) Project Management and Decision Making ************************************** The decision what goes into a release is governed by the :ref:`staff contributors and leaders ` of Lightning development. Whenever possible, discussion happens publicly on GitHub and includes the whole community. For controversial changes, it is mandatory to seek consultation from :ref:`governance_bdfl` for a final decision. When a consensus is reached, staff and core contributors assign milestones and labels to the issue and/or pull request and start tracking the development. It is possible that priorities change over time. Commits to the project are exclusively to be added by pull requests on GitHub and anyone in the community is welcome to review them. However, reviews submitted by `code owners `_ have higher weight and it is necessary to get the approval of code owners before a pull request can be merged. Additional requirements may apply case by case.