Skip to content

Commit ce16365

Browse files
committed
runtime(doc): Emphasize adding tests when contributing
Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 7a6d945 commit ce16365

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ A pull request has the advantage that it will trigger the Continuous
1212
Integration tests, you will be warned of problems (you can ignore the coverage
1313
warning, it's noisy).
1414

15-
Please consider adding a test. All new functionality should be tested and bug
16-
fixes should be tested for regressions: the test should fail before the fix and
17-
pass after the fix. Look through recent patches for examples and find help
18-
with ":help testing". The tests are located under "src/testdir".
15+
Please always add a test, if possible. All new functionality should be tested
16+
and bug fixes should be tested for regressions: the test should fail before the
17+
fix and pass after the fix. Look through recent patches for examples and find
18+
help with ":help testing". The tests are located under "src/testdir".
1919

2020
Contributions will be distributed with Vim under the Vim license. Providing a
2121
change to be included implies that you agree with this and your contribution

0 commit comments

Comments
 (0)