mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
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
This commit is contained in:
parent
e6b06df5bc
commit
9a751b48e1
1 changed files with 24 additions and 0 deletions
24
README.contributions
Normal file
24
README.contributions
Normal file
|
@ -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 (<probert@siggraph.org>) 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!
|
||||
|
Loading…
Reference in a new issue