Contribution Process
Repository
Browse
Code Block |
---|
https://git-wip-us.apache.org/repos/asf?p=incubator-knox.git
|
Clone
Code Block |
---|
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:
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.