From 238c77afd9cf045818199ed46a5312b450133c35 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 7 Jun 2017 12:47:04 +0200 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ee49688 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing + +All kinds of contributions are welcome! + +- Wrong documentation? Technical mistakes happen all the time. Behaviour can + change between different Vim versions. +- Is there something you didn't understand right away? Was the explanation too + complicated? +- Any other suggestions for improvement? Better wording? Typos? Dead links? + +Please report _anything_ that seems wrong to you by +[creating an issue](https://github.com/mhinz/vim-galore/issues/new) for it. + +If you feel like fixing it yourself, open a +[pull request](https://help.github.com/categories/collaborating-with-issues-and-pull-requests). +Don't worry too much about how to format your commit messages, the actual patch +is more important. + +Thank you for contributing! 🎉