You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Contribution Process

Repository

Browse

https://git-wip-us.apache.org/repos/asf?p=incubator-knox.git

Clone

git clone https://git-wip-us.apache.org/repos/asf/incubator-knox.git

Non-Member

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:

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.

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.

Trademarks

Apache Knox Gateway, Apache, the Apache feather logo and the Apache Knox Gateway project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.

License

Apache Knox uses the standard Apache license.

Privacy Policy

Apache Knox uses the standard Apache privacy policy.

  • No labels