.. _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) Maintainers ----------- - Adrian Wälchli (`awaelchli `_) - Carlos Mocholí (`carmocca `_) - Jirka Borovec (`Borda `_) - Justus Schock (`justusschock `_) Emeritus Maintainers -------------------- - Ethan Harris (`ethanwharris `_) (Torchbearer founder) - Nicki Skafte (`SkafteNicki `_) - Thomas Chaton (`tchaton `_) Alumni ------ - Akihiro Nitta (`akihironitta `_) - Ananth Subramaniam (`ananthsub `_) - Danielle Pintz (`daniellepintz `_) - Jeff Ling (`jeffling `_) - Jeff Yang (`ydcjeff `_) - Jeremy Jordan (`jeremyjordan `_) - Kaushik Bokka (`kaushikb11 `_) - Kushashwa Ravi Shrimali (`krshrimali `_) - Lezwon Castelino (`lezwon `_) - Matthew Painter (`MattPainter01 `_) (Torchbearer founder) - Nate Raw (`nateraw `_) - Nic Eggert (`neggert `_) - Ota Jasek (`otaj `_) - Peter Yu (`yukw777 `_) - Roger Shieh (`s-rog `_) - Rohit Gupta (`rohitgr7 `_) - Sean Narenthiran (`SeanNaren `_) - Siyu Wang (`four4fish `_) - Teddy Koker (`teddykoker `_) - Tullie Murrell (`tullie `_) Project Management and Decision Making ************************************** The decision what goes into a release is governed by the maintainers of ``lightning.pytorch``. 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, maintainers 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.