Update contributing guide.

Update github issue reference format used within tests.
This commit is contained in:
Christoph Strobl
2021-07-02 07:45:23 +02:00
committed by GitHub
parent 5baadfc1b6
commit 245f4489bd

View File

@@ -46,7 +46,7 @@ Try to test as locally as possible but potentially also add integration tests.
+
[source,java]
----
@Test // gh…-???
@Test // GH-???
void yourTestMethod() { … }
----
+