-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3388c7c
commit d9f3b2b
Showing
5 changed files
with
466 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
This document describes the process of making changes to the Mastercoin spec. This process is it's very early stages, and is expected to change rapidly in the future (e.g. to include [Voting](https://bitcointalk.org/index.php?topic=309729.0)). The current Protocol Owner is J.R Willett. | ||
This document describes the process of making changes to the Mastercoin | ||
spec. This process is it’s very early stages, and is expected to change | ||
rapidly in the future (e.g. to include | ||
https://bitcointalk.org/index.php?topic=309729.0[Voting]). The current | ||
Protocol Owner is J.R Willett. | ||
|
||
Right now, there are two possible change mechanisms to the spec document: | ||
Right now, there are two possible change mechanisms to the spec | ||
document: | ||
|
||
1. Developers can fork the repository, work on their own copy, push their proposed changes, and send a pull request accompanied with a post to bitcointalk. The Protocol Owner and the community reviews the changes, and when enough consensus has been generated, The Protocol Owner merges the changes back to the [parent repository on mastercoin-MSC](https://github.com/mastercoin-MSC/spec). | ||
2. Minor and/or non-breaking changes can be made directly on top of the mastercoin-MSC parent repository, by people who have push right to this repository. If you want to be included in this group, ask Willett. | ||
3. For sake of convenience, people who already have push access to the parent repository can work on branches instead of forks. This achieves the same purpose as option 1 above, in a manner that might be more convenient to some developers. | ||
. Developers can fork the repository, work on their own copy, push their | ||
proposed changes, and send a pull request accompanied with a post to | ||
bitcointalk. The Protocol Owner and the community reviews the changes, | ||
and when enough consensus has been generated, The Protocol Owner merges | ||
the changes back to the https://github.com/mastercoin-MSC/spec[parent | ||
repository on mastercoin-MSC]. | ||
. Minor and/or non-breaking changes can be made directly on top of the | ||
mastercoin-MSC parent repository, by people who have push right to this | ||
repository. If you want to be included in this group, ask Willett. | ||
. For sake of convenience, people who already have push access to the | ||
parent repository can work on branches instead of forks. This achieves | ||
the same purpose as option 1 above, in a manner that might be more | ||
convenient to some developers. |
Oops, something went wrong.