Versions Compared

Key

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

...

TODO: Here we will describe how to develop and contribute to the project as a non-member.

Create a patch and send it to dev@knox. Create the patch with these commands:

Code Block

git commit -a -m } "{Meaningful commit message.}"
git format-patch origin/master --stdout > {short, meaningful patch name}.patch

The above assumes a Linux type environment. For windows users please do this.
This will generate a patch per commit. All patch files will need to be emailed to the dev@knox mailing list.

Code Block

git commit -a -m } "{Meaningful commit message.}"
git format-patch origin/master

Member

TODO: Here we will describe how to develop and contribute to the project as a member.

...