aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-03-08 09:07:29 +0000
committerDavid Aspinall2000-03-08 09:07:29 +0000
commit03f2b560427f40f4cf116e1957e8ecb9ec1e0f2f (patch)
tree3f9776b86623eceef584b8575b9ce3cdd507f0c3
parent6363a2b9d6a502fdef71311028d192bd68628ad9 (diff)
Added some note about todo lists.
-rw-r--r--README.devel17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.devel b/README.devel
index bd3238ec..96a884d8 100644
--- a/README.devel
+++ b/README.devel
@@ -11,6 +11,23 @@ Notes here about development conventions and compatibility
issues. Please read if you contribute to Proof General!
+** Project planning
+
+We don't use any rigorous planning mechanisms, but please use and
+maintain the simple "todo" lists. They can include lists of things to
+do as well as notes about outstanding bugs, etc. Each item is
+classified with a priority. What usually happens is that either
+something is fixed quickly, or its priority gradually decreases,
+saving much time not implementing important things!
+
+Items which are based on bug/problem reports by users are given a
+higher priority by default (unless to fix them would be unreasonably
+difficult).
+
+In the top-level directory, todo holds the list of things to do in the
+generic Elisp basis and for other generic parts of the project. Each
+proof assistant then has its own todo file.
+
** Coding Standards