diff --git a/README.md b/README.md index 23288254..0b40224d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # osx-commons OSX-Commons: A collection of shared resources and utilities for the Aragon OSX DAO Framework, including subgraph, contract, and SDK functionalities. + +## Contributing + +If you like what we're doing and would love to support, please review our `CONTRIBUTING_GUIDE.md` [here](https://github.com/aragon/osx/blob/develop/CONTRIBUTION_GUIDE.md). We'd love to build with you. + +## Security + +If you believe you've found a security issue, we encourage you to notify us. We welcome working with you to resolve the issue promptly. + +Security Contact Email: sirt@aragon.org + +Please do not use the issue tracker for security issues. diff --git a/subgraph/README.md b/subgraph/README.md index 112943de..8e4ac7c3 100644 --- a/subgraph/README.md +++ b/subgraph/README.md @@ -40,3 +40,15 @@ console.log(`The DAO ID is: ${daoId}`); ``` In this example, the getDaoId function is used to generate a DAO ID from a given Ethereum address. + +## Contributing + +If you like what we're doing and would love to support, please review our `CONTRIBUTING_GUIDE.md` [here](https://github.com/aragon/osx/blob/develop/CONTRIBUTION_GUIDE.md). We'd love to build with you. + +## Security + +If you believe you've found a security issue, we encourage you to notify us. We welcome working with you to resolve the issue promptly. + +Security Contact Email: sirt@aragon.org + +Please do not use the issue tracker for security issues.