From 245f4489bd908a62e5b456c092307ab542e47c16 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 2 Jul 2021 07:45:23 +0200 Subject: [PATCH] Update contributing guide. Update github issue reference format used within tests. --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index cbcf730c..427bb399 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -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() { … } ---- +