summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-04-04 13:30:55 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-04-04 13:30:55 -0400
commite080e93e93430b9cda424d24570abf1d6efb41e6 (patch)
tree2a3efba5f65696e521b33bbe63984fc23e24c8f1
parent3816f43824e719cb74744202ef3585f0c55b3db7 (diff)
downloadaskbot-e080e93e93430b9cda424d24570abf1d6efb41e6.tar.gz
askbot-e080e93e93430b9cda424d24570abf1d6efb41e6.tar.bz2
askbot-e080e93e93430b9cda424d24570abf1d6efb41e6.zip
fixed formatting of roadmap
-rw-r--r--ROADMAP.rst25
1 files changed, 12 insertions, 13 deletions
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 6ebad8d0..efa31c72 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -10,19 +10,18 @@ http://groups.google.com/group/askbot
Bacic principles of the project
==================================
-Our rule #1 is that all developers have commit right to the project
-repository, but they must follow this ROADMAP and TODO -
-to keep up with our own sanity.
-
-We welcome contributions by other people and show tolerance
-and patience - especially to the new team members.
-
-When users who might not be tech-savvy ask questions -
-we try to answer to the point and using their language
-(i.e. not programmer jargon:)
-
-We favor plain and minimalistic style of programming, but pay
-attention to detail - especially details of user experience.
+Here they are:
+
+* our rule #1 is that all developers have commit right to the project
+ repository, but they must follow this ROADMAP and TODO -
+ to keep up with our own sanity.
+* we welcome contributions by other people and show tolerance
+ and patience - especially to the new team members.
+* when users who might not be tech-savvy ask questions -
+ we try to answer to the point and using their language
+ (i.e. not programmer jargon:)
+* we favor plain and minimalistic style of programming, but pay
+ attention to detail - especially details of user experience.
We try do develop using the following workflow:
* specify problem that we try to solve