From 1e703b49da21fc51d6cd7f9310261df1be918120 Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Wed, 18 Sep 2024 23:23:00 +0100 Subject: [PATCH] Add the TCK challenge template --- .github/ISSUE_TEMPLATE/tck_challenge.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tck_challenge.md diff --git a/.github/ISSUE_TEMPLATE/tck_challenge.md b/.github/ISSUE_TEMPLATE/tck_challenge.md new file mode 100644 index 00000000..7f5ef093 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tck_challenge.md @@ -0,0 +1,19 @@ +--- +name: TCK Challenge +about: Create a TCK Challenge +title: '' +labels: 'challenge' +assignees: '' +--- +**Challenged tests** +List the challenged tests with the fully qualified classnames and then the test methods, e.g. +ee.jakarta.tck.faces.test.javaee7.multiFieldValidation.Spec1IT#testFailingPreconditionsNotAfterAllInputComponents + +**TCK Version** +Specify the version of the TCK, e.g. Jakarta Faces 4.0.x + +**Description** +A clear and concise description of why you think the tests are wrong. + +**Additional context** +Add any other context about the challenge here.