From 9a751b48e197e46c4888a3220c1bf06613dfc586 Mon Sep 17 00:00:00 2001 From: "Philippe C.D. Robert" Date: Fri, 4 Jul 2003 20:30:37 +0000 Subject: [PATCH] Some rules to optimise the project development process git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@17118 72102866-910b-0410-8b05-ffd578937521 --- README.contributions | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.contributions diff --git a/README.contributions b/README.contributions new file mode 100644 index 0000000..eb5af74 --- /dev/null +++ b/README.contributions @@ -0,0 +1,24 @@ + + ProjectCenter Contributions + =========================== + + Contributions are welcome! You can either send code diffs or new stuff to + be added to the maintainer of ProjectCenter () or + apply the change by yourself if you have write access to the CVS. If you + plane to apply changes by yourself please consider to following rules: + + - Major features will first have to be approved, please contact the + maintainer beforehand! This is because we want to keep the project + as much focused as possible and not because we do not trust you! + + - If a feature is approved for a particular version it can be commited + to the appropriate CVS branch, this might be HEAD or RELEASE_X_Y_Z. + + - If a feature is not yet approved for a specific release it might go + into the respective UNSTABLE_X_Y tree. Changes from this branch will + then later be merged into HEAD, if it makes sense. + + Remember, these rules are made to enhance the quality of the project and + to be able to stick to our release plan! However if you think these + rules have some weaknesses please let us know, so that we can discuss it! +