diff --git a/.github/ISSUE_TEMPLATE/ci-failure.md b/.github/ISSUE_TEMPLATE/ci-failure.md new file mode 100644 index 0000000000..171341aa1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ci-failure.md @@ -0,0 +1,44 @@ +--- +name: CI Failure +about: Report a continuous integration test failure +title: '[CI] Brief description of the failing test/component' +labels: ['ci', 'bug'] +assignees: '' +--- + +## Summary + + + +**Failing test/component:** `[test_name_or_component]` + +**Failure observed in:** +- https://github.com/rapidsai/cuml/actions/runs/XXXX + +## Environment + + + +* **OS:** [e.g., ubuntu-20.04, windows-latest, macos-latest] +* **Python version:** [e.g., 3.8, 3.9, 3.10, 3.11] +* **CUDA version:** [if applicable, e.g., 11.8, 12.1] +* **GPU:** [if applicable, e.g., V100, A100, CPU-only] +* **Dependencies:** [e.g., oldest-deps, latest-deps, specific versions] + +## Test Details + + + +- **Test file:** `[path/to/test_file.py]` +- **Test name:** `[test_function_name]` +- **Error message:** + ``` + # Paste the relevant error message or traceback here + ``` + + + +## Root Cause Analysis + +