diff options
| author | Robert Hak <adiamas@rockbox.org> | 2002-10-01 08:39:48 +0000 |
|---|---|---|
| committer | Robert Hak <adiamas@rockbox.org> | 2002-10-01 08:39:48 +0000 |
| commit | 63bfcef1d66a501d6baa2f819e1527aa8e065d89 (patch) | |
| tree | fef7151dd59a87515987feac855ce4cbe08041d3 /docs | |
| parent | ef71c54797546c521fb3b8df84b2a8d5dcb4f857 (diff) | |
| download | rockbox-63bfcef1d66a501d6baa2f819e1527aa8e065d89.zip rockbox-63bfcef1d66a501d6baa2f819e1527aa8e065d89.tar.gz rockbox-63bfcef1d66a501d6baa2f819e1527aa8e065d89.tar.bz2 rockbox-63bfcef1d66a501d6baa2f819e1527aa8e065d89.tar.xz | |
corrected info about patch submission
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2459 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/FAQ | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -33,13 +33,20 @@ A7. Start by reading up on the information about the jukeboxes on our web page. Q8. Okay, so how do I submit a patch? A8. Run: "diff -ub oldfile newfile > patchfile" against the file(s) you have - changed. Then mail the output to the rockbox mailing list and - we will take it under consideration. Please remember that all + changed. Then submit the patch to the project via Sourceforge's patch + tracker. See: http://sourceforge.net/tracker/?group_id=44306&atid=439120 + Your patch will be taken under consideration. Please remember that all submissions are not automatically accepted. This is nothing personal. Preferrably, run the diff against the current cvs code: cvs diff -ub > patchfile + One last note. We would appreciate it if *all* patches, files and fixes + that are meant for inclusion in the sources would be posted to the patch + tracker. Patches sent to the mailing list are quickly lost in the + traffic of the list itself. (And looking back in the archives for + missed patches quickly becomes a nightmare.) + Q9. I want to join the development team, but don't have a SourceForge account, what should I do? A9. You don't need a SourceForge account to help developing Rockbox. Just |