2020-08-13 22:56:51 +00:00
|
|
|
.. _governance:
|
|
|
|
|
2021-08-23 14:42:05 +00:00
|
|
|
Lightning Governance
|
|
|
|
####################
|
|
|
|
|
|
|
|
This document describes governance processes we follow in developing PyTorch Lightning.
|
|
|
|
|
|
|
|
Persons of Interest
|
|
|
|
*******************
|
|
|
|
|
|
|
|
.. _governance_bdfl:
|
2020-02-16 15:50:00 +00:00
|
|
|
|
2021-07-07 09:39:19 +00:00
|
|
|
BDFL
|
|
|
|
----
|
|
|
|
Role: All final decisions related to Lightning.
|
|
|
|
|
|
|
|
- William Falcon (`williamFalcon <https://github.com/williamFalcon>`_) (Lightning founder)
|
|
|
|
|
2022-11-04 15:43:03 +00:00
|
|
|
Maintainers
|
|
|
|
-----------
|
2020-03-03 21:04:47 +00:00
|
|
|
- Jirka Borovec (`Borda <https://github.com/Borda>`_)
|
2021-08-23 14:42:05 +00:00
|
|
|
- Justus Schock (`justusschock <https://github.com/justusschock>`_)
|
2021-04-20 14:55:49 +00:00
|
|
|
- Adrian Wälchli (`awaelchli <https://github.com/awaelchli>`_)
|
|
|
|
- Carlos Mocholí (`carmocca <https://github.com/carmocca>`_)
|
2022-11-02 21:27:25 +00:00
|
|
|
- Akihiro Nitta (`akihironitta <https://github.com/akihironitta>`_)
|
2021-09-30 13:13:48 +00:00
|
|
|
|
2020-02-19 11:26:23 +00:00
|
|
|
|
2022-11-04 15:43:03 +00:00
|
|
|
Emeritus Maintainers
|
|
|
|
--------------------
|
|
|
|
- Thomas Chaton (`tchaton <https://github.com/tchaton>`_)
|
|
|
|
- Ethan Harris (`ethanwharris <https://github.com/ethanwharris>`_) (Torchbearer founder)
|
2020-05-23 15:38:37 +00:00
|
|
|
- Nicki Skafte (`skaftenicki <https://github.com/SkafteNicki>`_)
|
2022-03-29 21:57:32 +00:00
|
|
|
|
2021-04-20 14:55:49 +00:00
|
|
|
|
2022-11-04 15:43:03 +00:00
|
|
|
Alumni
|
|
|
|
------
|
2021-04-20 14:55:49 +00:00
|
|
|
- Jeremy Jordan (`jeremyjordan <https://github.com/jeremyjordan>`_)
|
|
|
|
- Tullie Murrell (`tullie <https://github.com/tullie>`_)
|
|
|
|
- Nic Eggert (`neggert <https://github.com/neggert>`_)
|
|
|
|
- Matthew Painter (`MattPainter01 <https://github.com/MattPainter01>`_) (Torchbearer founder)
|
2021-07-26 11:37:35 +00:00
|
|
|
- Jeff Yang (`ydcjeff <https://github.com/ydcjeff>`_)
|
2021-12-22 16:05:43 +00:00
|
|
|
- Lezwon Castelino (`lezwon <https://github.com/lezwon>`_)
|
2021-04-20 14:55:49 +00:00
|
|
|
- Jeff Ling (`jeffling <https://github.com/jeffling>`_)
|
|
|
|
- Teddy Koker (`teddykoker <https://github.com/teddykoker>`_)
|
|
|
|
- Nate Raw (`nateraw <https://github.com/nateraw>`_)
|
2021-05-14 17:06:12 +00:00
|
|
|
- Peter Yu (`yukw777 <https://github.com/yukw777>`_)
|
2022-07-17 18:15:28 +00:00
|
|
|
- Roger Shieh (`s-rog <https://github.com/s-rog>`_)
|
2022-11-02 21:27:25 +00:00
|
|
|
- Sean Narenthiran (`SeanNaren <https://github.com/SeanNaren>`_)
|
2022-11-04 15:04:25 +00:00
|
|
|
- Ananth Subramaniam (`ananthsub <https://github.com/ananthsub>`_)
|
|
|
|
- Danielle Pintz (`daniellepintz <https://github.com/daniellepintz>`_)
|
|
|
|
- Siyu Wang (`four4fish <https://github.com/four4fish>`_)
|
2022-11-07 14:49:40 +00:00
|
|
|
- Rohit Gupta (`rohitgr7 <https://github.com/rohitgr7>`_)
|
|
|
|
- Kaushik Bokka (`kaushikb11 <https://github.com/kaushikb11>`_)
|
2022-11-07 14:13:00 +00:00
|
|
|
- Kushashwa Ravi Shrimali (`krshrimali <https://github.com/krshrimali>`_)
|
2022-11-07 14:49:40 +00:00
|
|
|
- Ota Jasek (`otaj <https://github.com/otaj>`_)
|
2022-11-02 21:27:25 +00:00
|
|
|
|
2021-08-23 14:42:05 +00:00
|
|
|
|
|
|
|
Project Management and Decision Making
|
|
|
|
**************************************
|
|
|
|
|
2022-11-04 15:43:03 +00:00
|
|
|
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.
|
2021-08-23 14:42:05 +00:00
|
|
|
For controversial changes, it is mandatory to seek consultation from :ref:`governance_bdfl` for a final decision.
|
2022-11-04 15:43:03 +00:00
|
|
|
When a consensus is reached, maintainers assign milestones and labels to the issue and/or pull request
|
2021-08-23 14:42:05 +00:00
|
|
|
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
|
2022-06-21 14:38:04 +00:00
|
|
|
`code owners <https://github.com/Lightning-AI/lightning/blob/master/.github/CODEOWNERS>`_
|
2021-08-23 14:42:05 +00:00
|
|
|
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.
|