From 326389690ad81bf2889aea218625b38137ca887e Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Thu, 19 Sep 2024 17:22:48 +0100 Subject: [PATCH 1/4] Create tck_challenge.md --- .github/ISSUE_TEMPLATE/tck_challenge.md | 21 +++++++++++++++++++++ 1 file changed, 21 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 0000000..aff95cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tck_challenge.md @@ -0,0 +1,21 @@ +--- +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. From a7b46806517a39087d520c8efbb4962b3dee8e6a Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Tue, 24 Sep 2024 17:02:11 +0100 Subject: [PATCH 2/4] Update .github/ISSUE_TEMPLATE/tck_challenge.md --- .github/ISSUE_TEMPLATE/tck_challenge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/tck_challenge.md b/.github/ISSUE_TEMPLATE/tck_challenge.md index aff95cc..42a8d77 100644 --- a/.github/ISSUE_TEMPLATE/tck_challenge.md +++ b/.github/ISSUE_TEMPLATE/tck_challenge.md @@ -9,7 +9,7 @@ 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 +ee.jakarta.tck.wombat.MyTest#testSomething **TCK Version** Specify the version of the TCK, e.g. Jakarta Faces 4.0.x From 75c57dd39e6b787d51efa45ddd08ab1b71539e65 Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Tue, 24 Sep 2024 17:03:26 +0100 Subject: [PATCH 3/4] Update .github/ISSUE_TEMPLATE/tck_challenge.md --- .github/ISSUE_TEMPLATE/tck_challenge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/tck_challenge.md b/.github/ISSUE_TEMPLATE/tck_challenge.md index 42a8d77..433f94d 100644 --- a/.github/ISSUE_TEMPLATE/tck_challenge.md +++ b/.github/ISSUE_TEMPLATE/tck_challenge.md @@ -12,7 +12,7 @@ List the challenged tests with the fully qualified classnames and then the test ee.jakarta.tck.wombat.MyTest#testSomething **TCK Version** -Specify the version of the TCK, e.g. Jakarta Faces 4.0.x +Specify the version of the TCK, e.g. Jakarta Transactions 2.x **Description** A clear and concise description of why you think the tests are wrong. From a0e5d5c2b8afe596f63032438aefb6c04d3d0f90 Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Tue, 1 Oct 2024 16:14:32 +0100 Subject: [PATCH 4/4] Update .github/ISSUE_TEMPLATE/tck_challenge.md --- .github/ISSUE_TEMPLATE/tck_challenge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/tck_challenge.md b/.github/ISSUE_TEMPLATE/tck_challenge.md index 433f94d..2bbcfb1 100644 --- a/.github/ISSUE_TEMPLATE/tck_challenge.md +++ b/.github/ISSUE_TEMPLATE/tck_challenge.md @@ -12,7 +12,7 @@ List the challenged tests with the fully qualified classnames and then the test ee.jakarta.tck.wombat.MyTest#testSomething **TCK Version** -Specify the version of the TCK, e.g. Jakarta Transactions 2.x +Specify the version of the TCK, e.g. Jakarta Wombat x.x **Description** A clear and concise description of why you think the tests are wrong.