diff options
author | Matt Wynne <matt@mattwynne.net> | 2014-05-05 15:28:21 +0100 |
---|---|---|
committer | Matt Wynne <matt@mattwynne.net> | 2014-05-05 15:28:21 +0100 |
commit | 84b431b3232470144a9a361dd6152147f6046069 (patch) | |
tree | 412123ae943c959e825dce4e327910056d6348c7 | |
parent | cc4240ff6b466f101559427fc8f2a9d8343db345 (diff) | |
download | bundler-84b431b3232470144a9a361dd6152147f6046069.tar.gz |
Make a point about adding failing tests for bugs
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2fc0cec3d..c79913e338 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,7 @@ Here are some ways you can contribute: - by using prerelease versions - by reporting bugs + - by adding failing tests that reproduce reported bugs - by suggesting new features - by writing or editing documentation - by closing issues |