summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2017-06-15 14:57:59 +0200
committerDaniel Carl <danielcarl@gmx.de>2017-06-15 14:57:59 +0200
commit333cf1ba82b900b720f2b4de7848424a6eb624f1 (patch)
tree1826f4c499907adb016ff11c180b02c5c26ece0e /CONTRIBUTING.md
parentad9049280119afd37882f753a22868be6484f710 (diff)
Help contributors to find something to work on.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a7305db..39a938a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,6 +15,20 @@ those users familiar with vim.
- If there are two colliding features we should pick the mightier one, or that
which need less code or resources.
+## Find something to work on
+
+If you are interested to contribute to vimb it's a good idea to check if
+someone else is already working on. I would be a shame when you work was for
+nothing.
+
+If you have some ideas how to improve vimb by new features or to simplify it.
+Write an issue so that other contributors can comment/vote on it or help you
+with it.
+
+If you do not want to write code you are pretty welcome to update
+[documentation][issue-doc] or to argue and vote for features and [request for
+comments][issue-rfc].
+
## Communication
If you want to discuss some feature or provide some suggestion that can't be
@@ -89,3 +103,5 @@ This will compile and install vimb into the local _sandbox_ folder in the
project directory.
[mail]: https://lists.sourceforge.net/lists/listinfo/vimb-users "vimb - mailing list"
+[issue-doc]: https://github.com/fanglingsu/vimb/labels/component%3A%20docu
+[issue-rfc]: https://github.com/fanglingsu/vimb/labels/rfc