Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/tck_template.md
Original file line number Diff line number Diff line change
@@ -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.