1
0
Fork 0
forked from len0rd/rockbox

Added information about CONTRIBUTING

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@191 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2002-04-23 09:20:17 +00:00
parent 260906035e
commit 2fb386d019

View file

@ -11,6 +11,17 @@ A. The purpose of this project is to write an Open Source replacement
firmware for the Archos Jukebox 6000, Studio 20 and Recorder MP3 players. firmware for the Archos Jukebox 6000, Studio 20 and Recorder MP3 players.
Q. I want to write code for my Archos, how do I proceed? Q. I want to write code for my Archos, how do I proceed?
A. First make sure to read the file CONTRIBUTING in the firmware directory
on Sourceforge. See http://bjorn.haxx.se/rockbox/firmware/CONTRIBUTING
if you do not want to have to wade through the CVS directories.
Q. What exactly is the CONTRIBUTING file?
A. Just like the name implies, it lists conventions that the project follows,
and in turn asks you to follow, for the formating of source code in
general.
Q. Okay, so I read CONTRIBUTING and although I don't agree with all your
conventions, I am going to be sensible and follow them anyway. Now what?
A. Start by reading up on the information about the jukeboxes on our web page. A. Start by reading up on the information about the jukeboxes on our web page.
Then go into CVS and look at the code we've written. Then take what you Then go into CVS and look at the code we've written. Then take what you
need and start writing. need and start writing.