#308 - Update contribution guide with new ticket reference style.
Change ticket reference style from Javadoc @see DATA…-??? to @Test // DATA…-???. Using @see requires either a Java symbol or a valid HTML link <a href=…>…</a>. To not include links to resources that might change, we decided to put the ticket reference directly after the test annotation.
This commit is contained in:
@@ -20,10 +20,7 @@ For the impatient, if you want to submit a quick pull request:
|
||||
|
||||
[source, java]
|
||||
----
|
||||
/**
|
||||
* @see DATA…-???
|
||||
*/
|
||||
@Test
|
||||
@Test // DATA…-???
|
||||
public void yourTestMethod() { … }
|
||||
----
|
||||
|
||||
@@ -100,4 +97,4 @@ curl $PULL_REQUEST_URL.patch | git am --ignore-whitespace
|
||||
Original pull request: #??.
|
||||
----
|
||||
|
||||
Important pieces here: colon and the sence completed with a dot.
|
||||
Important pieces here: colon and the sentence completed with a dot.
|
||||
|
||||
Reference in New Issue
Block a user