Skip to content

Commit e971785

Browse files
committed
Link to the TCK
1 parent ce1a377 commit e971785

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING_INTEGRATIONS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Then the project page itself needs to contain the following information as a min
99
* How to use the integration.
1010
* Ideally there should be a sample demonstrating how to use it
1111
* The integration should have tests, extending [AbstractA2AServerTest](tests/server-common/src/test/java/io/a2a/server/apps/common/AbstractA2AServerTest.java)
12-
* The integration should pass the TCK, and make it obvious how to see that it has passed.
12+
* The integration should pass the [TCK](https://github.com/a2aproject/a2a-tck), and make it obvious how to see that it has passed.
13+
* Ideally, the integration should be deployed in Maven Central. If that is not possible, provide clear instructions for how to build it.
1314

1415
If some of the above points are problematic, feel free to point that out in your pull request, and we can discuss further. For example, AbstractA2AServerTest is currently written with only the initial runtimes in mind, and might need some tweaking.

0 commit comments

Comments
 (0)