Skip to content

Commit

Permalink
Add the TCK challenge template
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Sep 18, 2024
1 parent ca235a4 commit 1e703b4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/tck_challenge.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.
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.

0 comments on commit 1e703b4

Please sign in to comment.