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. + +