2022-09-15 17:09:33 +00:00
name : Report a bug
description : Any errors that are not UI related.
2023-02-02 12:00:59 +00:00
labels : [ "needs triage" , "bug" ]
2022-09-15 17:09:33 +00:00
body :
- type : markdown
attributes :
value : >
Before you go any further. Is this really a **🐛 bug**?
If it's a question about how Lightning works, have a look at our [Lightning documentation](https://lightning.ai/lightning-docs/)
or ask a question on our [Community Slack](https://pytorch-lightning.slack.com).
- type : textarea
attributes :
label : Bug description
2022-09-29 16:49:45 +00:00
description : A description of the 🐛bug🐛.
placeholder : |
A clear and concise description of what the bug is.
Include steps to reproduce, the expected behaviour, and the actual behaviour.
```
The error message you got, with the full traceback if available.
```
2022-09-15 17:09:33 +00:00
validations :
required : true
2022-09-29 16:49:45 +00:00
- type : markdown
attributes :
value : "**Note: The rest of this form is optional, but filling it out may help us to provide better support.**"
2022-09-15 17:09:33 +00:00
- type : textarea
attributes :
label : How to reproduce the bug
description : >
Provide steps and example code here.
2022-10-24 21:35:43 +00:00
You can also paste a link to Google Colab (see our [Colab bug report template](https://colab.research.google.com/github/Lightning-AI/lightning/blob/master/examples/pl_bug_report/bug_report_model.ipynb)) or adapt this minimal [snippet](https://github.com/Lightning-AI/lightning/blob/master/examples/pl_bug_report/bug_report_model.py).
2022-09-29 16:49:45 +00:00
placeholder : |
```python
# Sample code to reproduce the problem
```
2022-09-15 17:09:33 +00:00
render : python
validations :
2022-09-29 16:49:45 +00:00
required : false
2022-09-15 17:09:33 +00:00
- type : textarea
attributes :
label : Error messages and logs
description : >
Provide any error messages and/or logs
placeholder : "# Copy the complete error messages and logs"
value : |
```
# Error messages and logs here please
```
validations :
required : false
- type : textarea
attributes :
2022-09-29 16:49:45 +00:00
label : Environment
description : |
2022-11-26 01:15:30 +00:00
Please provide details about your environment by copying and pasting the output from our environment collection script :
2022-09-29 16:49:45 +00:00
https://raw.githubusercontent.com/Lightning-AI/lightning/master/requirements/collect_env_details.py
(For security purposes, please check the contents of the script before running it)
You can get the script and run it with :
```console
wget https://raw.githubusercontent.com/Lightning-AI/lightning/master/requirements/collect_env_details.py
python collect_env_details.py
```
You can also fill out the list below manually.
2022-09-15 17:09:33 +00:00
value : |
2022-12-05 17:22:17 +00:00
<details>
<summary>Current environment</summary>
2022-09-15 17:09:33 +00:00
2022-12-05 17:22:17 +00:00
```
2022-09-15 17:09:33 +00:00
#- 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):
2023-02-01 19:09:12 +00:00
#- PyTorch Version (e.g., 2.0):
2022-09-15 17:09:33 +00:00
#- Python version (e.g., 3.9):
#- OS (e.g., Linux):
#- CUDA/cuDNN version:
#- GPU models and configuration:
#- How you installed Lightning(`conda`, `pip`, source):
#- Running environment of LightningApp (e.g. local, cloud):
```
2022-12-05 17:22:17 +00:00
</details>
2022-09-15 17:09:33 +00:00
validations :
2022-09-29 16:49:45 +00:00
required : false
2022-09-15 17:09:33 +00:00
- type : textarea
attributes :
label : More info
description : Add any other info about the issue here.
validations :
required : false
- type : markdown
attributes :
value : "**Happy engineering!**"