From 938c7f0cdc19536d56b28c8ffaaf90e5538131a3 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Sat, 17 Oct 2020 21:33:49 +0200 Subject: [PATCH] Created Organization recommendations (markdown) --- Organization-recommendations.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Organization-recommendations.md diff --git a/Organization-recommendations.md b/Organization-recommendations.md new file mode 100644 index 0000000..a482fea --- /dev/null +++ b/Organization-recommendations.md @@ -0,0 +1,9 @@ +# Organization recommendations + +Just a bit about the organization so far we had (but open to any suggestions). + +_The limitation/case is that an issue/PR can belong only to one project and milestone_ + +- [milestones](https://github.com/PyTorchLightning/pytorch-lightning/milestones) should be used for release planning +- [project](https://github.com/PyTorchLightning/pytorch-lightning/projects) to some thematical/topic grouping like a refactoring test or new Callbacks +- [labels](https://github.com/PyTorchLightning/pytorch-lightning/labels) let's keep as a small set more related to action labels what are needed actions to a PR or issue \ No newline at end of file