You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING_INTEGRATIONS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Then the project page itself needs to contain the following information as a min
9
9
* How to use the integration.
10
10
* Ideally there should be a sample demonstrating how to use it
11
11
* 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.
13
14
14
15
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