Notes fix
[novacoin.git] / README.md
1
2 NovaCoin official development tree
3
4 NovaCoin - a hybrid scrypt PoW + PoS based cryptocurrency.
5
6 * 10 minute PoW block targets
7 * 10 minute PoS block targets
8 * Subsidy halves every x64 multiply of difficulty
9 * Maximum PoW reward is 100 coins
10 * ~ 2 billion total coins
11
12 Development process
13 ===========================
14
15 Developers work in their own trees, then submit pull requests when
16 they think their feature or bug fix is ready.
17
18 The patch will be accepted if there is broad consensus that it is a
19 good thing.  Developers should expect to rework and resubmit patches
20 if they don't match the project's coding conventions (see coding.txt)
21 or are controversial.
22
23 The master branch is regularly built and tested, but is not guaranteed
24 to be completely stable. Tags are regularly created to indicate new
25 official, stable release versions of NovaCoin.
26
27 Feature branches are created when there are major new features being
28 worked on by several people.
29
30 From time to time a pull request will become outdated. If this occurs, and
31 the pull is no longer automatically mergeable; a comment on the pull will
32 be used to issue a warning of closure. The pull will be closed 15 days
33 after the warning if action is not taken by the author. Pull requests closed
34 in this manner will have their corresponding issue labeled 'stagnant'.
35
36 Issues with no commits will be given a similar warning, and closed after
37 15 days from their last activity. Issues closed in this manner will be 
38 labeled 'stale'.