diff --git a/.github/ISSUE_TEMPLATE/e2e_test_report.md b/.github/ISSUE_TEMPLATE/e2e_test_report.md new file mode 100644 index 00000000000..4eebc0748bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/e2e_test_report.md @@ -0,0 +1,39 @@ +--- +name: e2e test report +about: Report an e2e test failure. +title: '' +labels: ['category: e2e', 'needs triage'] +assignees: '' + +--- + +### Description + + + + +**Output from the test failure**: + + +### Additional context + + + +### Priority + + + +### Reason why this e2e test is broken + + + +> [!Important] +> Please, ensure when closing this issue (PR fix) that only one `e2e: broken` label is added and it is accurate. +> - [ ] I confirmed there's only one `e2e: broken` label in this issue and it is accurate. + diff --git a/changelog/chore-e2e-test-report-template b/changelog/chore-e2e-test-report-template new file mode 100644 index 00000000000..0f8f73cc671 --- /dev/null +++ b/changelog/chore-e2e-test-report-template @@ -0,0 +1,5 @@ +Significance: patch +Type: dev +Comment: Create e2e test report issue template. + +