Files
roboflow--rf-detr/.github/ISSUE_TEMPLATE/bug-report.yml
T
wehub-resource-sync 16031aae96
CPU tests Workflow / Testing (ubuntu-latest, 3.12) (push) Failing after 1s
CPU tests Workflow / Testing (ubuntu-latest, 3.13) (push) Failing after 0s
Mypy Type Check / Type Check (push) Failing after 0s
Docs/Test WorkFlow / Test docs build (push) Failing after 1s
PR Conflict Labeler / labeling (push) Failing after 1s
Dependency resolution / Resolve [tflite] extra — Python 3.12 (push) Failing after 0s
Smoke Tests / try-all-models (ubuntu-latest, 3.10) (push) Failing after 0s
Smoke Tests / try-all-models (ubuntu-latest, 3.13) (push) Failing after 1s
CPU tests Workflow / build-pkg (push) Failing after 1s
CPU tests Workflow / Testing (ubuntu-latest, 3.10) (push) Failing after 0s
CPU tests Workflow / Testing (ubuntu-latest, 3.11) (push) Failing after 0s
Smoke Tests / try-all-models (macos-latest, 3.10) (push) Has been cancelled
Smoke Tests / try-all-models (macos-latest, 3.13) (push) Has been cancelled
Smoke Tests / try-all-models (windows-latest, 3.10) (push) Has been cancelled
Smoke Tests / try-all-models (windows-latest, 3.13) (push) Has been cancelled
CPU tests Workflow / Testing (macos-latest, 3.10) (push) Has been cancelled
CPU tests Workflow / Testing (macos-latest, 3.13) (push) Has been cancelled
CPU tests Workflow / Testing (windows-latest, 3.10) (push) Has been cancelled
CPU tests Workflow / Testing (windows-latest, 3.13) (push) Has been cancelled
CPU tests Workflow / testing-guardian (push) Has been cancelled
GPU tests Workflow / Testing (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:26:24 +08:00

81 lines
2.6 KiB
YAML

name: 🐞 Bug Report
# title: " "
description: "Problems with RF-DETR"
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thank you for submitting an RF-DETR 🐞 Bug Report!
- type: checkboxes
attributes:
label: Search before asking
description: >
Please search the RF-DETR documentation and [issues](https://github.com/roboflow/rf-detr/issues) to see if a similar bug report already exists.
options:
- label: >
I have searched the RF-DETR issues and found no similar bug report.
required: true
- type: textarea
attributes:
label: Bug
description: >
Please provide as much information as possible. Include full console output and error messages (including any traceback). Use Markdown to format text, code, and logs. Screenshots can help clarify visual issues.
placeholder: |
Include logs, tracebacks, screenshots, or any other relevant info to help us quickly diagnose and solve your problem.
validations:
required: true
- type: textarea
attributes:
label: Environment
description: |
Try the latest version of RF-DETR (`pip install -U rf-detr`) before reporting a bug. If the issue persists, please provide details about your setup:
- RF-DETR version
- OS (e.g. Ubuntu 20.04, Windows 10)
- Python version
- PyTorch version
- CUDA/cuDNN version
- GPU/CPU hardware
placeholder: |
Example:
- RF-DETR: 0.1.0
- OS: Ubuntu 20.04
- Python: 3.9.0
- PyTorch: 1.13.1
- GPU: NVIDIA RTX 4080
validations:
required: true
- type: textarea
attributes:
label: Minimal Reproducible Example
description: >
Provide code or steps that are as minimal and self-contained as possible to reproduce the issue. This helps us diagnose problems more quickly.
placeholder: |
```
# Example code to reproduce your issue
model = ...
...
```
validations:
required: true
- type: textarea
attributes:
label: Additional
description: |
Anything else you would like to share? (Optional)
placeholder: |
Additional context, suggestions, or observations.
- type: checkboxes
attributes:
label: Are you willing to submit a PR?
description: >
(Optional) We encourage you to submit a [Pull Request](https://github.com/roboflow/rf-detr/pulls) (PR) to help improve RF-DETR, especially if you already have a fix or feature in mind.
options:
- label: Yes, I'd like to help by submitting a PR!