Skip to content

Commit

Permalink
docs: update branding, add security policy
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Jul 18, 2020
1 parent 841915f commit 07d1b6c
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 26 deletions.
74 changes: 74 additions & 0 deletions .github/assets/aragonos.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 17 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -8,6 +8,21 @@ There are many ways to contribute, from writing tutorials or blog posts, improvi

All members of our community are expected to follow our [Code of Conduct](https://wiki.aragon.org/documentation/Code_of_Conduct/). Please make sure you are welcoming and friendly in all of our spaces.

## Project status

aragonOS has been [deployed to Ethereum mainnet and other live networks](https://github.com/aragon/deployments).

Outside of clear security issues or specific feature enhancements, we are usually not working to
actively change the existing contracts.

This is made even more difficult due to the difficult and sensitive process involved in launching changes in on-chain environments.

## Branching strategy

You should treat [`master`](https://github.com/aragon/aragonOS/tree/master) as the main, audited branch.

We use [`next`](https://github.com/aragon/aragonOS/tree/next) as the default branch to help expose upcoming changes for new versions that have not yet undergone security review.

## Your first contribution

Unsure where to begin contributing to aragonOS?
Expand Down Expand Up @@ -42,10 +57,10 @@ If the answer to either of those two questions are "yes", then you're probably d
## Fixing issues

1. [Find an issue](https://github.com/aragon/aragonOS/issues) that you are interested in.
- You may want to ask on the issue or in the [aragonOS Spectrum channel](https://spectrum.chat/aragon/aragonos) if anyone has already started working on the issue.
- You may want to ask on the issue or in the [aragonOS Spectrum channel](https://spectrum.chat/aragon/aragonos) if anyone has already started working on the issue.
1. Fork and clone a local copy of the repository.
1. Make the appropriate changes for the issue you are trying to address or the feature that you want to add.
- Make sure to add tests!
- Make sure to add tests!
1. Push the changes to the remote repository.
1. Submit a pull request in Github, explaining any changes and further questions you may have.
1. Wait for the pull request to be reviewed.
Expand Down
9 changes: 9 additions & 0 deletions SECURITY.md
@@ -0,0 +1,9 @@
# Security

For more information about Aragon-related security and contact information, please visit our [security policy page](https://wiki.aragon.org/association/security/).

## Status

aragonOS has passed a number of [independent professional security audits](https://wiki.aragon.org/association/security/). Ongoing, rolling reviews are also conducted from time to time as new changes and releases are frozen.

There is an ongoing [bug bounty program](https://wiki.aragon.org/dev/bug_bounty/) with a bounty pool of $250,000 USD for rewarding hackers who find new security vulnerabilities. [More information](https://wiki.aragon.org/dev/bug_bounty/).

0 comments on commit 07d1b6c

Please sign in to comment.