diff --git a/.github/workflows/ISSUE_TEMPLATE/tck_template.md b/.github/workflows/ISSUE_TEMPLATE/tck_template.md new file mode 100644 index 000000000..416c4ac4e --- /dev/null +++ b/.github/workflows/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. +org.jboss.cdi.tck.tests.context.alterable.AlterableContextTest#testApplicationScopedComponent + +**TCK Version** +Specify the version of the TCK, e.g. Jakarta CDI 4.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.