Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provides a means for snapshotting versions as PDFs #20

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Contributing to the Aragon Network Paper

The Aragon Network will be the first community governed decentralized organization whose goal is to act as a digital jurisdiction. This paper describes the mechanism and economics that constitute the network.
The Aragon Network will be the first community governed decentralized organization whose goal is to act as a digital jurisdiction. This paper describes the mechanism and economics that constitute the network.

In our opinion, Git provides the perfect set of tools to visualize the work behind writing a paper. Through commits, pull requests and issues one can see who contributed, and in what way and what effect it had on the final version. We anticipate that the document will continue to evolve as we prototype, experiment, and implement the mechanisms described here.

We decided to use this technology to draft The Aragon Network Paper and we encourage others to join in to bring more transparency and collaboration to this process. If you would like to discuss the technical details of specific mechanisms referenced in the paper, but not necessarilly raise a specific issue or propose a change please create a thread in our [research forum](https://research.aragon.org).
We decided to use this technology to draft The Aragon Network Paper and we encourage others to join in to bring more transparency and collaboration to this process. If you would like to discuss the technical details of specific mechanisms referenced in the paper, but not necessarilly raise a specific issue or propose a change please create a thread in our [research forum](https://research.aragon.org).

This processes is structured similarly to and inspired by [DemocracyEarths's Social Smart Contract Repository](https://github.com/DemocracyEarth/paper)

Expand All @@ -15,10 +15,10 @@ This processes is structured similarly to and inspired by [DemocracyEarths's Soc
### Using Github _Issues_

Use issues to:
- make general comments
- raise your concerns
- ask a question
- request more details, explanation
- make general comments
- raise your concerns
- ask a question
- request more details, explanation

We will do our best to answer as fast as possible all issues created by the community.

Expand All @@ -27,10 +27,14 @@ If you are not familiar with Github, look up the [Github user guide to create an
### Using _Pull requests_

Use pull requests to suggest modifications to the paper. Here are a few guidelines for pull request creation:
- Please make your edits following the wiki markup language [Markdown Formatting](https://en.wikipedia.org/wiki/Markdown), they will be easier to merge that way.
- 1 pull request per change please.
- Give your pull request a subject/title that describes the edit.
- Please make your edits following the wiki markup language [Markdown Formatting](https://en.wikipedia.org/wiki/Markdown), they will be easier to merge that way.
- 1 pull request per change please.
- Give your pull request a subject/title that describes the edit.

We will do our best to address pull requests created by the community as quickly as possible. If the modification is a "no brainer" for reviewers we will merge it instantly, if not we will engage in a conversation with its creators to understand how best we can make use of his/her suggestions or explain why we are rejecting it.

If you are not familiar with Github look up the [Github user guide to create pull requests](https://help.github.com/articles/creating-a-pull-request/).

## Referencing this document

The Aragon Network Paper is intended to evolve over time as our community researches, prototypes, and tests the approaches described in the document. As such it can be difficult to reference the document in discussions or in other papers. In order to make this easier we will snapshot significant updates as release versions as PDFs and include them in the repository. If its important to reference a more incremental change than that changes commit hash may be more practical.
Loading