From: Daniel Carl Date: Wed, 14 Jun 2017 21:53:18 +0000 (+0200) Subject: Added goals to CONTRIBUTING file. X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=17991ee34e7893c3f39e874c85832dc8bf2002bb;p=vimb.git Added goals to CONTRIBUTING file. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dbb78f9..a7305db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,18 @@ This document contains guidelines for contributing to vimb, as well as useful hints when doing so. +## Goals + +Getting a light, fast and keyboard-driven browser that is easy to use for +those users familiar with vim. + +- Provide powerful knobs allowing the user to tweak vimb to fit the own needs + and usecases. +- Add only knobs/features that do not do what other knobs do. In this point + vimb is in contrast to vim. +- If there are two colliding features we should pick the mightier one, or that + which need less code or resources. + ## Communication If you want to discuss some feature or provide some suggestion that can't be @@ -60,7 +72,7 @@ github for that. ├── doc documentation like manual page └── src all sources to build vimb - ├── scripts JavaScripts that are compiled in for various purposes + ├── scripts JavaScripts and CSS that are compiled in for various purposes └── webextension Source files for the webextension ## compile and run