Mercurial > hg > bitcoin
annotate README.md @ 1308:7e4a24952268 draft
Fix QA email address
author | Gavin Andresen <gavinandresen@gmail.com> |
---|---|
date | Thu, 22 Sep 2011 16:50:32 -0400 |
parents | 462b2a0bda8e |
children | dc20980a877d |
rev | line source |
---|---|
919
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
1 |
381
749bb2e75fad
Straw-man for dev process
Gavin Andresen <gavinandresen@gmail.com>
parents:
352
diff
changeset
|
2 Bitcoin integration/staging tree |
332 | 3 |
414
ce00a167edf2
Updated development process description
Gavin Andresen <gavinandresen@gmail.com>
parents:
381
diff
changeset
|
4 Development process |
ce00a167edf2
Updated development process description
Gavin Andresen <gavinandresen@gmail.com>
parents:
381
diff
changeset
|
5 =================== |
381
749bb2e75fad
Straw-man for dev process
Gavin Andresen <gavinandresen@gmail.com>
parents:
352
diff
changeset
|
6 |
919
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
7 Developers work in their own trees, then submit pull requests when |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
8 they think their feature or bug fix is ready. |
332 | 9 |
919
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
10 If it is a simple/trivial/non-controversial change, then one of the |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
11 bitcoin development team members simply pulls it. |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
12 |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
13 If it is a more complicated or potentially controversial |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
14 change, then the patch submitter will be asked to start a |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
15 discussion (if they haven't already) on the mailing list: |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
16 http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development |
381
749bb2e75fad
Straw-man for dev process
Gavin Andresen <gavinandresen@gmail.com>
parents:
352
diff
changeset
|
17 |
919
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
18 The patch will be accepted if there is broad consensus that it is a |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
19 good thing. Developers should expect to rework and resubmit patches |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
20 if they don't match the project's coding conventions (see coding.txt) |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
21 or are controversial. |
414
ce00a167edf2
Updated development process description
Gavin Andresen <gavinandresen@gmail.com>
parents:
381
diff
changeset
|
22 |
919
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
23 The master branch is regularly built and tested, but is not guaranteed |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
24 to be completely stable. Tags are regularly created to indicate new |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
25 official, stable release versions of Bitcoin. If you would like to |
1308
7e4a24952268
Fix QA email address
Gavin Andresen <gavinandresen@gmail.com>
parents:
919
diff
changeset
|
26 help test the Bitcoin core, please contact QA@BitcoinTesting.org. |
332 | 27 |
919
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
28 Feature branches are created when there are major new features being |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
29 worked on by several people. |
462b2a0bda8e
README.md: word wrap text file
Jeff Garzik <jeff@garzik.org>
parents:
917
diff
changeset
|
30 |