diff options
| author | Jeff Garzik <[email protected]> | 2011-09-27 20:47:06 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-09-27 20:47:06 -0700 |
| commit | ab1bbe54920c2589c7af64ec6e46330bf4d8b8de (patch) | |
| tree | 6f79c49812d54c8fd9fcd69a26c76c9173c07df1 | |
| parent | Remove DoS penalty for SigOpCount or immature transactions (diff) | |
| parent | Updated readme file with timers. (diff) | |
| download | discoin-ab1bbe54920c2589c7af64ec6e46330bf4d8b8de.tar.xz discoin-ab1bbe54920c2589c7af64ec6e46330bf4d8b8de.zip | |
Merge pull request #533 from alexwaters/readme
Updated readme file with timers.
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -27,3 +27,16 @@ help test the Bitcoin core, please contact [email protected]. Feature branches are created when there are major new features being worked on by several people. + +From time to time a pull request will become outdated. If this occurs, and +the pull is no longer automatically mergeable; a comment on the pull will +be used to issue a warning of closure. The pull will be closed 15 days +after the warning if action is not taken by the author. Pull requests closed +in this manner will have their corresponding issue labeled 'stagnant'. + +Issues with no commits will be given a similar warning, and closed after +15 days from their last activity. Issues closed in this manner will be +labeled 'stale'. + +Requests to reopen closed pull requests and/or issues can be submitted to [email protected].
\ No newline at end of file |