Changes between Version 21 and Version 22 of Contribute
- Timestamp:
- 05/11/10 05:38:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contribute
v21 v22 8 8 * Adding to the common repository 9 9 * Improving the wiki 10 * Writing documentation 11 * Reporting bugs 10 12 11 13 == Development == 12 14 13 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 svn diffinside of a source tree checked out of subversion. The source tree can be checked out by running: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 `svn diff` inside of a source tree checked out of subversion. The source tree can be checked out by running: 14 16 15 17 {{{ … … 17 19 }}} 18 20 19 Users wishing to contribute on a regular basis can apply for direct subversion access. Mail the mailing listfor details.21 Users wishing to contribute on a regular basis can apply for direct subversion access. Mail the [wiki:MailingList bcfg mailing list] for details. 20 22 21 23 Several resources for developers exist in the wiki: