From Openscap
Revision as of 10:03, 27 April 2010; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
[edit]
Contribute
[edit]
Bug and Feature Tracking
We use Red Hat's bugzilla to track bugs and features. Fill out this from form please and choose openscap as a component.
[edit]
Submitting Changes
OpenSCAP is licensed under the LGPL. By submitting a patch for inclusion in OpenSCAP, you are agreeing to license your changes under the LGPL.
Changes to the repository are submitted via patches on the OpenSCAP mailing list. The best way to prepare the patch is to get fresh copy of git repository:
git clone git://git.fedorahosted.org/openscap.git
commit the change locally and use:
git-format-patch -1 commit-id
to export the patch. commit-id is the commit number of the checkin you want to send (use 'git log' to see it).
