Skip to content

Commit d3017e9

Browse files
dschoJunio C Hamano
authored andcommitted
Update to SubmittingPatches
Make people aware of our testsuite, and of non-ASCII encodings. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8009533 commit d3017e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/SubmittingPatches

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Checklist (and a short version for the impatient):
1414
commit message (or just use the option "-s" when
1515
committing) to confirm that you agree to the Developer's
1616
Certificate of Origin
17+
- make sure that you have tests for the bug you are fixing
18+
- make sure that the test suite passes after your commit
1719

1820
Patch:
1921

@@ -33,6 +35,8 @@ Checklist (and a short version for the impatient):
3335
- if you change, add, or remove a command line option or
3436
make some other user interface change, the associated
3537
documentation should be updated as well.
38+
- if your name is not writable in ASCII, make sure that
39+
you send off a message in the correct encoding.
3640

3741
Long version:
3842

0 commit comments

Comments
 (0)