[ADD] basic skeleton for project involvement

bzr revid: xmo@openerp.com-20110318160026-7b3yf5szxymtxsh1
This commit is contained in:
Xavier Morel 2011-03-18 17:00:26 +01:00
parent 60e59e6d8c
commit 01298d805b
4 changed files with 36 additions and 2 deletions

View File

@ -1,10 +1,9 @@
Contributing to OpenERP Web
===========================
* General organization and core ideas
* General organization and core ideas (design philosophies)
* Internal documentation, autodoc, Python and JS domains
* QWeb code documentation/description
* Documentation of the OpenERP APIs and choices taken based on that?
* Style guide and coding conventions (PEP8? More)
* Test frameworks for Python and JS?
* Contribution lifecycles (e.g. merge proposals)

View File

@ -16,6 +16,7 @@ Contents:
widgets
addons
development
project
Indices and tables
==================

View File

@ -1,6 +1,8 @@
Deploying OpenERP Web
=====================
.. After release one, add upgrade instructions if any
In-depth configuration
----------------------

32
doc/source/project.rst Normal file
View File

@ -0,0 +1,32 @@
The OpenERP Web open-source project
===================================
Getting involved
----------------
Translations
++++++++++++
Bug reporting
+++++++++++++
Source code repository
++++++++++++++++++++++
Merge proposals
+++++++++++++++
Writing documentation
+++++++++++++++++++++
OpenERP Web over time
---------------------
Release process
+++++++++++++++
Roadmap
+++++++
Release notes
+++++++++++++