Skip to content

Commit

Permalink
CONTRIBUTING: Highlight request for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 9, 2016
1 parent ff499f5 commit 0eb9600
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ guidelines in mind:
- Please test your code thoroughly before sending it to us. We don't
have access to all the commands for which we are sent completion
functions, so we are unable to test them all personally. If your code
is accepted into the distribution, a lot of people will try it out,
so try to do a thorough job of eradicating all the bugs before you
send it to us. If at all practical, add test cases to our test suite
(in the test/ dir) that verify that the code does what it is intended
to do, fixes issues it intends to fix, etc.
functions, so we are unable to test them all personally. If your
code is accepted into the distribution, a lot of people will try it
out, so try to do a thorough job of eradicating all the bugs before
you send it to us. If at all practical, **add test cases** to our
test suite (in the test/ dir) that verify that the code does what it
is intended to do, fixes issues it intends to fix, etc.

- File bugs, enhancement, and pull requests at GitHub,
https://github.com/scop/bash-completion
Expand Down

0 comments on commit 0eb9600

Please sign in to comment.