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