diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2823aad4d6..f08865180b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -46,7 +46,9 @@ python collect_env_details.py You can also fill out the list below manually. --> +- Lightning Component (e.g. Trainer, LightningModule, LightningApp, LightningWork, LightningFlow): - PyTorch Lightning Version (e.g., 1.5.0): +- Lightning App Version (e.g., 0.5.2): - PyTorch Version (e.g., 1.10): - Python version (e.g., 3.9): - OS (e.g., Linux): @@ -54,6 +56,7 @@ You can also fill out the list below manually. - GPU models and configuration: - How you installed PyTorch (`conda`, `pip`, source): - If compiling from source, the output of `torch.__config__.show()`: +- Running environment of LightningApp (e.g. local, cloud): - Any other relevant information: ### Additional context