Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TCK challenge template #604

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Changes from 1 commit
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/workflows/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.
ee.jakarta.tck.faces.test.javaee7.multiFieldValidation.Spec1IT#testFailingPreconditionsNotAfterAllInputComponents
Emily-Jiang marked this conversation as resolved.
Show resolved Hide resolved

**TCK Version**
Specify the version of the TCK, e.g. Jakarta Faces 4.0.x
Emily-Jiang marked this conversation as resolved.
Show resolved Hide resolved

**Description**
A clear and concise description of why you think the tests are wrong.

**Additional context**
Add any other context about the challenge here.