From 83b46f66f81bb45fa46190b23d980de993769595 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 12 Feb 2017 17:59:05 +0000 Subject: [PATCH] Make a note to ask for Vader tests --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8cd1007a..e40ed5dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,9 @@ Have fun, and work on whatever floats your boat. Take It Easy :tm:. Don't forget to **write documentation** for whatever it is you are doing. See the ["Writing Documentation"](#writing-documentation) section. +Remember to write Vader tests for most of the code you write. You can look at +existing Vader tests in the `test` directory for examples. + When writing code, follow the [Google Vimscript Style Guide](https://google.github.io/styleguide/vimscriptguide.xml), and run `vint -s` on your files to check for most of what the guide mentions and more. If you