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

docs: update branding, add security policy #596

Merged
merged 1 commit into from
Jul 18, 2020
Merged
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
74 changes: 74 additions & 0 deletions .github/assets/aragonos.svg
Loading
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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/).
Loading