|
Contribute
Developer resources and how to contribute code
So you want to contribute? Below are some useful resources of where to start and what to consider before submitting your changes. Developer ResourcesFirst, read the introduction to NetBeans VCS modules and the introduction to the code. JGit:
Document about the NetBeans VCS API and standards:
Other NetBeans resources:
TipsJava 5 compatibility
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/> Contributing Code and LicensingThe project contains code with different licenses. Because of this split licensing model every file within the project must list which license covers it in the header of the file. Any new files must clearly indicate which license they are provided under in the file header. Any new contributions to an existing file must be submitted under the current license of that file. Furthermore, to improve tracking of who did what and make it clear that you have verified that you are legally allowed and willing to submit your changes under the license covering each file, you should sign-off your changes. The sign-off is a simple line at the end of the explanation for the patch, which certifies that you wrote it or otherwise have the right to contribute it under the license stated in the patch or the files being changed. The rules are pretty simple: if you can certify the Developer's Certificate of Origin 1.1 listed below then you just add a line saying Signed-off-by: Random J Developer <devrandom@example.org> Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that:
|
Sign in to add a comment