2021-07-29 21:40:26 +02:00
name : Bug Report
2023-08-22 01:54:34 +02:00
description : 'Report a new bug, if you are not 100% certain this is a bug please go to our Discord first'
2021-07-29 21:40:26 +02:00
labels: ['Type: Bug', 'Status : Needs Triage']
body :
- type : checkboxes
attributes :
label : Is there an existing issue for this?
2022-09-08 01:28:29 +02:00
description : Please search to see if an open or closed issue already exists for the bug you encountered. If a bug exists and is closed note that it may only be fixed in an unstable branch.
2021-07-29 21:40:26 +02:00
options :
2022-09-08 01:28:29 +02:00
- label : I have searched the existing open and closed issues
2021-07-29 21:40:26 +02:00
required : true
- type : textarea
attributes :
label : Current Behavior
description : A concise description of what you're experiencing.
validations :
required : true
- type : textarea
attributes :
label : Expected Behavior
description : A concise description of what you expected to happen.
validations :
required : true
- type : textarea
attributes :
label : Steps To Reproduce
description : Steps to reproduce the behavior.
placeholder : |
1 . In this environment...
2 . With this config...
3 . Run '...'
4 . See error...
validations :
required : false
- type : textarea
attributes :
label : Environment
description : |
examples :
- **OS**: Ubuntu 20.04
- **Radarr**: Radarr 3.0.1.4259
- **Docker Install** : Yes
- **Using Reverse Proxy** : No
- **Browser**: Firefox 90 (If UI related)
2022-09-08 12:14:57 +02:00
- **Database**: Sqlite 3.36.0
2021-07-29 21:40:26 +02:00
value : |
- OS :
2022-10-10 17:18:35 +02:00
- Radarr :
- Docker Install :
- Using Reverse Proxy :
- Browser :
- Database :
2021-07-29 21:40:26 +02:00
render : markdown
validations :
required : true
- type : dropdown
attributes :
label : What branch are you running?
options :
- Master
- Develop
- Nightly
- Other (This issue will be closed)
validations :
required : true
- type : textarea
attributes :
2023-08-01 12:09:28 +02:00
label : Trace Logs? **Not Optional**
2021-07-29 21:40:26 +02:00
description : |
Trace Logs (https://wiki.servarr.com/radarr/troubleshooting#logging-and-log-files)
2023-08-01 12:09:28 +02:00
***Generally speaking, all bug reports MUST have trace logs provided.***
2021-07-29 21:40:26 +02:00
Tip : You can attach images or log files by clicking this area to highlight it and then dragging files in.
2021-11-11 19:12:27 +01:00
Additionally, any additional info? Screenshots? References? Anything that will give us more context about the issue you are encountering!
2021-07-29 21:40:26 +02:00
validations :
required : true
2023-05-03 09:14:57 +02:00
- type : checkboxes
attributes :
2023-08-01 12:09:28 +02:00
label : Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
description : Trace logs are **generally required** and are not optional for all bug reports and contain `trace`. Info logs are invalid for bug reports and do not contain `debug` nor `trace`
2023-05-03 09:14:57 +02:00
options :
2023-06-22 15:38:09 +02:00
- label : I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue.
2023-05-03 09:14:57 +02:00
required : true