summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-02-12 17:59:05 +0000
committerw0rp <devw0rp@gmail.com>2017-02-12 17:59:05 +0000
commit83b46f66f81bb45fa46190b23d980de993769595 (patch)
tree51f8c546736e3d6df2c23f9b14051d6931ff0484 /CONTRIBUTING.md
parentf0bd08ec11683d85667c552d9e2999a907496aab (diff)
downloadale-83b46f66f81bb45fa46190b23d980de993769595.zip
Make a note to ask for Vader tests
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
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