Skip to content

Commit a96f950

Browse files
committed
update CONTRIBUTING.md
1 parent 0b35fb8 commit a96f950

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTION.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,22 @@ git config --global user.email [email protected]
2323
1. Separate subject from body with a blank line
2424
2. Use the imperative mood in the subject line ("Fix", "Add", "Change" instead of "Fixed", "Added", "Changed")
2525
3. Limit the subject line to 50 characters
26-
4. Reference an issue in the beginning of a subject line
26+
4. Reference an issue at the end of a subject line
2727
5. Do not end the subject line with a period
2828
6. Wrap the body at 72 characters
2929
7. Use the body to explain what and why vs. how
3030

3131
Bad:
3232
<pre>
33-
Some changes fixing this and that...
33+
some changes fixing this and that...
3434
</pre>
3535

3636
Good:
3737
<pre>
38-
#123 Fix broken link in ABR reports
38+
fix broken link in reports #123
3939

40-
As CARD changed some of their website structure we need to update link templates for antibiotic resistance (ABR) models.
40+
As foo changed their internal data structure in the last release bar, we need to update our external links accordingly.
4141
</pre>
4242

4343
# Helpful Sources
4444
- https://www.atlassian.com/git/tutorials
45-

0 commit comments

Comments
 (0)