diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yaml b/.github/ISSUE_TEMPLATE/1_bug_report.yaml index 641569fb7462c..7f84118c68029 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yaml @@ -52,9 +52,7 @@ body: placeholder: "# Copy the complete error messages and logs" value: | ``` - # Error messages and logs here please - ``` validations: required: false @@ -74,8 +72,10 @@ body: You can also fill out the list below manually. value: | - ``` +
+ Current environment + ``` #- 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): @@ -86,8 +86,9 @@ body: #- GPU models and configuration: #- How you installed Lightning(`conda`, `pip`, source): #- Running environment of LightningApp (e.g. local, cloud): - ``` + +
validations: required: false