From 92e49795e1e044ee7f1ca450babf0c50c1b5d81f Mon Sep 17 00:00:00 2001 From: Danielle Pintz <38207072+daniellepintz@users.noreply.github.com> Date: Sat, 21 Aug 2021 04:11:39 -0700 Subject: [PATCH] Add an issue template for Code Improvement (#8960) --- .github/ISSUE_TEMPLATE/code_improvement.md | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/code_improvement.md diff --git a/.github/ISSUE_TEMPLATE/code_improvement.md b/.github/ISSUE_TEMPLATE/code_improvement.md new file mode 100644 index 0000000000..596e54b0da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/code_improvement.md @@ -0,0 +1,39 @@ +--- +name: Code improvement +about: Suggest a code improvement, i.e. refactoring, deprecation, etc. +title: '' +labels: enhancement, help wanted, refactors / code health +assignees: '' +--- + +## Proposed refactoring or deprecation + + + +### Motivation + + + +### Pitch + + + +### Additional context + + + +______________________________________________________________________ + +#### If you enjoy Lightning, check out our other projects! ⚡ + + + +- [**Metrics**](https://github.com/PyTorchLightning/metrics): Machine learning metrics for distributed, scalable PyTorch applications. + +- [**Flash**](https://github.com/PyTorchLightning/lightning-flash): The fastest way to get a Lightning baseline! A collection of tasks for fast prototyping, baselining, finetuning and solving problems with deep learning + +- [**Bolts**](https://github.com/PyTorchLightning/lightning-bolts): Pretrained SOTA Deep Learning models, callbacks and more for research and production with PyTorch Lightning and PyTorch + +- [**Lightning Transformers**](https://github.com/PyTorchLightning/lightning-transformers): Flexible interface for high performance research using SOTA Transformers leveraging Pytorch Lightning, Transformers, and Hydra. + +