From 05b5cccc1f169ecf5971f8806adc9e57a38d11a5 Mon Sep 17 00:00:00 2001 From: Andrew Pielage Date: Wed, 28 May 2025 16:50:45 +0100 Subject: [PATCH] Create TCK challenge template Signed-off-by: Andrew Pielage --- .github/ISSUE_TEMPLATE/tck_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tck_template.md diff --git a/.github/ISSUE_TEMPLATE/tck_template.md b/.github/ISSUE_TEMPLATE/tck_template.md new file mode 100644 index 0000000..573d71d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tck_template.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. +jakarta.tck.LorumTest#ipsumMethod + +**TCK Version** +Specify the version of the TCK, e.g. Jakarta XML Binding 1.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. \ No newline at end of file