Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

"Contributing" to an Apache project is about more than just writing code – it's about doing what you can to make the project better. There are lots of ways to contribute. New connectors and authorities are welcome. Documentation and tests are equally as important. New features are worthy of proposal and discussion. And last, simple bug fixes are always helpful.

Table of Contents
indent20px
styledisc

Be Involved

Contributors should join the ManifoldCF mailing lists. In particular:

...

Check to see what files you have modified with:

svn statstatus

Add any new files with:

svn add src/.../MyNewClass.java

...

From the base directory (assuming that is where the patch is generated from), run:

Code Block

patch -p 0 -i <PATH TO PATCH> [--dry-run]

...