Changes between Version 24 and Version 25 of Contribute


Ignore:
Timestamp:
11/05/10 04:08:05 (13 years ago)
Author:
http://fab.id.fedoraproject.org/
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contribute

    v24 v25  
    55There are several ways users can contribute to the Bcfg2 project.  
    66 * Developing code 
    7  * Testing prereleases 
     7 * Testing pre-releases 
    88 * Adding to the common repository 
    99 * Improving the wiki 
     
    1313== Development ==  
    1414 
    15 Send patches to the [wiki:MailingList bcfg mailing list] or create a trac [https://trac.mcs.anl.gov/projects/bcfg2/newticket ticket] with the patch included. In order to submit a ticket via the trac system, you will need to create a session by clicking on the [https://trac.mcs.anl.gov/projects/bcfg2/prefs Preferences] link and filling out/saving changes to the form. In order to be considered for mainline inclusion, patches need to be BSD licensed. The most convenient way to prepare patches is by using `git diff` inside of a source tree checked out of subversion. The source tree can be checked out by running: 
     15Send patches to the [wiki:MailingList bcfg mailing list] or create a trac [https://trac.mcs.anl.gov/projects/bcfg2/newticket ticket] with the patch included. In order to submit a ticket via the trac system, you will need to create a session by clicking on the [https://trac.mcs.anl.gov/projects/bcfg2/prefs Preferences] link and filling out/saving changes to the form. In order to be considered for mainline inclusion, patches need to be BSD licensed. The most convenient way to prepare patches is by using `git diff` inside of a source tree checked out of git. The source tree can be checked out by running: 
    1616 
    1717{{{ 
    1818git clone git://git.mcs.anl.gov/bcfg2.git 
    1919}}} 
     20 
     21The [http://git.mcs.anl.gov/bcfg2.git/ web interface] to the git repository or the [source:trunk/bcfg2 source browser] can give you an overview of the source code.  
    2022 
    2123Several resources for developers exist in the wiki: