Skip to content

Commit 92e4979

Browse files
Add an issue template for Code Improvement (#8960)
1 parent 9ff0c22 commit 92e4979

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Code improvement
3+
about: Suggest a code improvement, i.e. refactoring, deprecation, etc.
4+
title: ''
5+
labels: enhancement, help wanted, refactors / code health
6+
assignees: ''
7+
---
8+
9+
## Proposed refactoring or deprecation
10+
11+
<!-- A clear and concise description of the code improvement -->
12+
13+
### Motivation
14+
15+
<!-- Please outline the motivation for the proposal. If this is related to another GitHub issue, please link here too -->
16+
17+
### Pitch
18+
19+
<!-- A clear and concise description of what you want to happen. -->
20+
21+
### Additional context
22+
23+
<!-- Add any other context or screenshots here. -->
24+
25+
______________________________________________________________________
26+
27+
#### If you enjoy Lightning, check out our other projects! ⚡
28+
29+
<sub>
30+
31+
- [**Metrics**](https://github.com/PyTorchLightning/metrics): Machine learning metrics for distributed, scalable PyTorch applications.
32+
33+
- [**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
34+
35+
- [**Bolts**](https://github.com/PyTorchLightning/lightning-bolts): Pretrained SOTA Deep Learning models, callbacks and more for research and production with PyTorch Lightning and PyTorch
36+
37+
- [**Lightning Transformers**](https://github.com/PyTorchLightning/lightning-transformers): Flexible interface for high performance research using SOTA Transformers leveraging Pytorch Lightning, Transformers, and Hydra.
38+
39+
</sub>

0 commit comments

Comments
 (0)